summaryrefslogtreecommitdiff
path: root/src/journal/journald.conf
Commit message (Collapse)AuthorAge
* Do not advertise .d snippets over main config fileZbigniew Jędrzejewski-Szmek2015-03-03
| | | | | | | | | | 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
* journald: Support journald.conf.d directories in the usual search pathsJosh Triplett2014-11-29
|
* journald: turn ForwardToSyslog= off by defaultLennart Poettering2014-07-11
| | | | | After all, rsyslog and friends nowadays read their data directly from the journal, hence the forwarding is unnecessary in most cases.
* journald: make SplitMode=uid the defaultLennart Poettering2014-06-19
| | | | | | | | | 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.
* journald: add support for wall forwardingSebastian Thorarensen2014-03-14
| | | | | | | | | | | | | | 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.
* journald: bump the journal per-unit ratelimit defaultsLennart Poettering2013-06-21
| | | | | | Too many people kept hitting them, so let's increase the limits a bit. https://bugzilla.redhat.com/show_bug.cgi?id=965803
* journal: Add sync timer to journal serverOleksii Shevchuk2013-03-25
| | | | | | | | 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.
* journald.conf: remove MinSize= settingsLennart Poettering2012-10-19
| | | | | There's no point in making this configurable, so let's drop it in order to simplify configuration a bit.
* journal: implement time-based rotation/vacuumingLennart Poettering2012-10-16
| | | | | 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.
* journald: make splitting up of journal files per-user configurableLennart Poettering2012-09-07
|
* journald: add new Seal= configuration optionLennart Poettering2012-08-20
|
* journald: basic support for /dev/kmsg parsingLennart Poettering2012-08-09
|
* journal: default ImportKernel=no until we make use of structured loggingLennart Poettering2012-07-03
|
* journal: move Storage=auto stanza to right fileLennart Poettering2012-07-03
|
* journal: allow setting of a cutoff log level for disk storage, syslog, kmsg, ↵Lennart Poettering2012-06-01
| | | | console forwarding
* journal: support changing the console tty to forward toLennart Poettering2012-06-01
|
* journald: refer to the correct man pageMatthias Clasen2012-05-27
| | | | | Fix the reference to the journald.conf man page in the config file of the same name.
* relicense to LGPLv2.1 (with exceptions)Lennart Poettering2012-04-12
| | | | | | | | | | | | | | 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.
* rename /etc/systemd/systemd-{login,journal}d.conf to {login,journal}d.confKay Sievers2012-03-30