Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-02 | journal: implicitly add code location to all messages logged with the native ↵ | Lennart Poettering | |
interface This logic can be turned off by defining SD_JOURNAL_SUPPRESS_LOCATION before including sd-journal.h. This also saves/restores errno in all logging functions, in order to be useful as logging calls without side-effects. This also adds a couple of __unlikely__ around the early checks in the logging calls, in order to minimize the runtime impact. | |||
2012-01-27 | log: increase socket buffers for logging by default | Lennart Poettering | |
2012-01-18 | journal: when sending journal data via file, place it in /dev/shm, to allow ↵ | Lennart Poettering | |
early boot operation, even if it sucks | |||
2012-01-14 | journal: if the data to be sent is larger than the maximum datagram size ↵ | Lennart Poettering | |
resort to passing a temporary fd over native protocol | |||
2012-01-12 | log: make internal log api log directly to the journal | Lennart Poettering | |
2012-01-05 | journal: rename syslog tag to identifier since that's what we call it on the ↵ | Lennart Poettering | |
server side. | |||
2012-01-05 | sd-journal: close reading side of sd_journal_stream_fd() file descriptors | Lennart Poettering | |
2012-01-05 | journal: move sockets into their own subdir | Lennart Poettering | |
2012-01-05 | journald: add configuration file options to forward all logged data to kmsg, ↵ | Lennart Poettering | |
console, syslog | |||
2012-01-03 | journal: add _public_ to all sd-journal calls, and add parameter checks | Lennart Poettering | |
2011-12-23 | journal: implement stdout transport | Lennart Poettering | |
2011-12-17 | journal: introduce mandatory sd_journal_printf() priority parameter | Lennart Poettering | |
2011-12-17 | journal: add native protocol to journald, and client side API to send ↵ | Lennart Poettering | |
journal messages |