8580d1f73db36e9383e674e388b4fb55828c0c66 |
|
02-Oct-2015 |
Lennart Poettering <lennart@poettering.net> |
journal: rework vacuuming logic
Implement a maximum limit on number of journal files to keep around.
Enforcing a limit is useful on this since our performance when viewing
pays a heavy penalty for each journal file to interleve. This setting is
turned on now by default, and set to 100.
Also, actully implement what 348ced909724a1331b85d57aede80a102a00e428
promised: use whatever we find on disk at startup as lower bound on how
much disk space we can use. That commit introduced some provisions to
implement this, but actually never did.
This also adds "journalctl --vacuum-files=" to vacuum files on disk by
their number explicitly. |
e93549ef29c4123d9ee45acb5815048390201e49 |
|
04-Mar-2015 |
Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> |
Do not advertise .d snippets over main config file
For daemons which have a main configuration file, there's
little reason for the administrator to use configuration snippets.
They are useful for packagers which need to override settings, but
we shouldn't advertise that as the main way of configuring those
services.
https://bugs.freedesktop.org/show_bug.cgi?id=89397 |
a9edaeff8481573764288ccf7e433a95b6dc7c03 |
|
29-Nov-2014 |
Josh Triplett <josh@joshtriplett.org> |
journald: Support journald.conf.d directories in the usual search paths |
46b131574fdd7d77c15a0919ca9010cad7aa6ac7 |
|
11-Jul-2014 |
Lennart Poettering <lennart@poettering.net> |
journald: turn ForwardToSyslog= off by default
After all, rsyslog and friends nowadays read their data directly from
the journal, hence the forwarding is unnecessary in most cases. |
edc3797f7cd9e37c24e5241cac3263e7c918f732 |
|
19-Jun-2014 |
Lennart Poettering <lennart@poettering.net> |
journald: make SplitMode=uid the default
Now that we actually can distuingish system and normal users there's no
point in taking session information into account anymore when splitting
up logs.
This has the beenfit with that coredump information will actually end up
in each user's own journal. |
40b71e89bae4e51768db4dc50ec64c1e9c96eec4 |
|
14-Mar-2014 |
Sebastian Thorarensen <sebth@naju.se> |
journald: add support for wall forwarding
This will let journald forward logs as messages sent to all logged in
users (like wall).
Two options are added:
* ForwardToWall (default yes)
* MaxLevelWall (default emerg)
'ForwardToWall' is overridable by kernel command line option
'systemd.journald.forward_to_wall'.
This is used to emulate the traditional syslogd behaviour of sending
emergency messages to all logged in users. |
7f1ad696a273703789b624fe0b209fb63e953016 |
|
21-Jun-2013 |
Lennart Poettering <lennart@poettering.net> |
journald: bump the journal per-unit ratelimit defaults
Too many people kept hitting them, so let's increase the limits a bit.
https://bugzilla.redhat.com/show_bug.cgi?id=965803 |
26687bf8a907009dedcff79346860ed41511405e |
|
25-Mar-2013 |
Oleksii Shevchuk <alxchk@gmail.com> |
journal: Add sync timer to journal server
Add option to force journal sync with fsync. Default timeout is 5min.
Interval configured via SyncIntervalSec option at journal.conf. Synced
journal files will be marked as OFFLINE.
Manual sync can be performed via sending SIGUSR1. |
6d9082172c831162631eb696b50e9a45406811e7 |
|
19-Oct-2012 |
Lennart Poettering <lennart@poettering.net> |
journald.conf: remove MinSize= settings
There's no point in making this configurable, so let's drop it in order
to simplify configuration a bit. |
fb0951b02ebf51a93acf12721d8857d31ce57ba3 |
|
16-Oct-2012 |
Lennart Poettering <lennart@poettering.net> |
journal: implement time-based rotation/vacuuming
This also enables time-based rotation (but not vacuuming) after 1month,
so that not more one month of journal is lost at a time per vacuuming. |
182b858fc2e61e34cd9911c291580659b2cb72b4 |
|
07-Sep-2012 |
Lennart Poettering <lennart@poettering.net> |
journald: make splitting up of journal files per-user configurable |
eb53b74f7e2f83d936b35107806a157fdffdbf5a |
|
20-Aug-2012 |
Lennart Poettering <lennart@poettering.net> |
journald: add new Seal= configuration option |
51abe64c859c01ffad4f80840396ad9f6d5c9e62 |
|
09-Aug-2012 |
Lennart Poettering <lennart@poettering.net> |
journald: basic support for /dev/kmsg parsing |
f4bad2bd2abe8ae260a99a5336145d11efe79892 |
|
03-Jul-2012 |
Lennart Poettering <lennart@poettering.net> |
journal: default ImportKernel=no until we make use of structured logging |
77f6520a81ed2e60cde35c9e431cdd1c12f7350b |
|
03-Jul-2012 |
Lennart Poettering <lennart@poettering.net> |
journal: move Storage=auto stanza to right file |
213ba152fdf7978773be5b8a72e040584765137f |
|
01-Jun-2012 |
Lennart Poettering <lennart@poettering.net> |
journal: allow setting of a cutoff log level for disk storage, syslog, kmsg, console forwarding |
0d9243f022d244632b1ab26cfc8b46794b7fc5d6 |
|
01-Jun-2012 |
Lennart Poettering <lennart@poettering.net> |
journal: support changing the console tty to forward to |
a4a58cb33565009e22302a5adc3925bec4d46023 |
|
27-May-2012 |
Matthias Clasen <mclasen@redhat.com> |
journald: refer to the correct man page
Fix the reference to the journald.conf man page in the
config file of the same name. |
5430f7f2bc7330f3088b894166bf3524a067e3d8 |
|
12-Apr-2012 |
Lennart Poettering <lennart@poettering.net> |
relicense to LGPLv2.1 (with exceptions)
We finally got the OK from all contributors with non-trivial commits to
relicense systemd from GPL2+ to LGPL2.1+.
Some udev bits continue to be GPL2+ for now, but we are looking into
relicensing them too, to allow free copy/paste of all code within
systemd.
The bits that used to be MIT continue to be MIT.
The big benefit of the relicensing is that closed source code may now
link against libsystemd-login.so and friends. |
18b754d345ecb0b15e369978aaffa72e9814b86a |
|
30-Mar-2012 |
Kay Sievers <kay.sievers@vrfy.org> |
rename /etc/systemd/systemd-{login,journal}d.conf to {login,journal}d.conf |