summaryrefslogtreecommitdiff
path: root/src/shared/log.c
AgeCommit message (Expand)Author
2015-02-05shared/log: read /proc/cmdline only in daemonsZbigniew Jędrzejewski-Szmek
2015-02-04core: don't reset log level to NOTICE if we get quiet on the kernel cmdlineLennart Poettering
2015-02-01Add a snprinf wrapper which checks that the buffer was big enoughZbigniew Jędrzejewski-Szmek
2015-01-22Assorted format fixesZbigniew Jędrzejewski-Szmek
2015-01-22log: add new log output mode, that prints to console, but prefixes with syslo...Lennart Poettering
2014-11-28log: change log_xyz_errno() calls to always return the negative errorLennart Poettering
2014-11-28log: make socket address structs static constLennart Poettering
2014-11-28log: also set errno to the passed error code before processing format string ...Lennart Poettering
2014-11-28log: allow negative errno valuesLennart Poettering
2014-11-27log: rearrange log function namingLennart Poettering
2014-11-27log: be a bit less wasteful when allocating buffersLennart Poettering
2014-11-27log: add an "error" parameter to all low-level logging calls and intrdouce lo...Lennart Poettering
2014-11-17log: unchecked return value from librarySusant Sahani
2014-11-07log: explicitly ignore return value of parse_proc_cmdline()Lennart Poettering
2014-08-16sd-bus,log: remove unused variablesThomas Hindoe Paaboel Andersen
2014-08-15main,log: parse the log related kernel command line parameters at one place o...Lennart Poettering
2014-08-11log: never ever log to syslog from PID 1, log to the journal againLennart Poettering
2014-07-31Properly report invalid quoted stringsZbigniew Jędrzejewski-Szmek
2014-07-31Reject invalid quoted stringsZbigniew Jędrzejewski-Szmek
2014-07-20Add quotes to warning messageZbigniew Jędrzejewski-Szmek
2014-06-17log: don't downgrade log level in non-PID 1 if "quiet" is passed on kernel cm...Lennart Poettering
2014-06-10log: honour the kernel's quiet cmdline argumentRonny Chevalier
2014-05-15Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek
2014-03-18util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering
2014-03-07Make tables for DEFINE_STRING_TABLE_LOOKUP consistentDaniel Mack
2014-02-20macro: introduce a nice macro for disabling -Wformat-nonliteral temporarilyLennart Poettering
2014-02-17Pass log config from systemd to systemd-shutdownZbigniew Jędrzejewski-Szmek
2014-02-11journald: log provenience of signalsZbigniew Jędrzejewski-Szmek
2013-12-23log: als turn on debug logging in non-PID1 if /proc/cmdline contains "debug"Lennart Poettering
2013-12-20logging: reduce send timeout to something more sensibleZbigniew Jędrzejewski-Szmek
2013-12-18log: when we log to /dev/console and got disconnected (maybe due to vhangup) ...Lennart Poettering
2013-12-18log: don't reopen /dev/console each time we call log_open()Lennart Poettering
2013-12-17_noreturn_ --> noreturn for C11 compatShawn Landden
2013-12-12log: protect errno when we use assert_return()Lennart Poettering
2013-12-11Do not log all assert_return failuresZbigniew Jędrzejewski-Szmek
2013-12-10macro: log assertion at debug level in assert_return()Lennart Poettering
2013-07-24core: synchronously block when loggingLennart Poettering
2013-04-17core/main: use _cleanup_Zbigniew Jędrzejewski-Szmek
2013-04-05Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek
2013-04-02util: add a bit of syntactic sugar for saving/restoring errnoLennart Poettering
2013-02-27Revert "log: fix fallbacks to kmsg"Lennart Poettering
2013-02-16log: fix fallbacks to kmsgMichal Schmidt
2013-01-18share/log: skip file/line/func info if emptyZbigniew Jędrzejewski-Szmek
2013-01-18share/log: unify two code pathsZbigniew Jędrzejewski-Szmek
2013-01-06journal: new logging macros to include UNIT=Zbigniew Jędrzejewski-Szmek
2012-09-24log: fix repeated invocation of vsnprintf()/vaprintf() in log_struct()Lennart Poettering
2012-09-21shared: call va_end in all casesLukas Nykryn
2012-09-17log: avoid function loopLennart Poettering
2012-09-17build-sys: __secure_getenv lost dunder in libc 2.17Zbigniew Jędrzejewski-Szmek
2012-09-03journal: suppress structured messages if they'd go to the consoleLennart Poettering