summaryrefslogtreecommitdiff
path: root/src/basic/log.c
Commit message (Expand)AuthorAgeFilesLines
* alloc-util: add strdupa_safe() + strndupa_safe() and use it everywhereLennart Poettering2021-10-141-2/+4
* systemd-analyze: option to exit with an error when 'verify' failsMaanya Goenka2021-08-121-0/+14
* basic/log: invert loop to avoid repeated evaluation of conditionZbigniew Jędrzejewski-Szmek2021-08-071-17/+11
* basic/log: use structured initialization, drop unused initializationZbigniew Jędrzejewski-Szmek2021-08-071-25/+27
* basic/log: use appropriate glyph in log_assert_failed_unreachable()Zbigniew Jędrzejewski-Szmek2021-08-031-1/+1
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-3/+2
* basic/log: use SYNTHETIC_ERRNO in one more placeZbigniew Jędrzejewski-Szmek2021-05-051-4/+3
* basic/log: directly initialize iovec arraysZbigniew Jędrzejewski-Szmek2021-05-041-19/+21
* basic/io-util: invert return value from IOVEC_INCREMENT()Zbigniew Jędrzejewski-Szmek2021-05-041-3/+3
* Reword and reindent commentZbigniew Jędrzejewski-Szmek2021-03-221-10/+6
* log: protect errno in log_open()Sergey Bugaev2021-03-221-0/+7
* basic/log: align tablesZbigniew Jędrzejewski-Szmek2021-03-011-8/+8
* tree-wide: propagate error code from _from_string() functionsZbigniew Jędrzejewski-Szmek2021-02-101-2/+2
* log: do not use uninitialized valueYu Watanabe2021-02-091-1/+3
* log: skip reading the kernel command line if the process is invoked by a scriptYu Watanabe2021-02-011-4/+26
* tree-wide: enable colorized logging for daemons when run in consoleYu Watanabe2021-02-011-13/+1
* log: make tools also read the kernel command line when run as a serviceYu Watanabe2021-02-011-9/+5
* Merge pull request #18371 from yuwata/use-ansi-normalYu Watanabe2021-01-251-1/+1
|\
| * log: use ansi_normal() instead of ANSI_NORMALYu Watanabe2021-01-251-1/+1
* | log: drop unused LogRealmYu Watanabe2021-01-251-42/+32
|/
* Merge pull request #17702 from rnhmjoj/masterLennart Poettering2020-12-161-1/+1
|\
| * tree-wide: avoid direct use of color macrosrnhmjoj2020-12-151-1/+1
* | basic/log: add debug-level log_oom() variantZbigniew Jędrzejewski-Szmek2020-12-111-3/+2
|/
* log: open journal when cli program run in a service unitYu Watanabe2020-12-091-1/+3
* log: make show_color variable tristateYu Watanabe2020-12-091-4/+4
* log: merge conditions to reduce indentationYu Watanabe2020-12-091-5/+4
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* log: normalize log target condition checkLennart Poettering2020-09-301-20/+31
* log: include TID= field in structred log outputLennart Poettering2020-09-291-0/+2
* log: optionally display thread ID in log output to ttyLennart Poettering2020-09-291-2/+38
* log: don't explicitly re-open log for failed assertionsFranck Bui2020-08-181-2/+0
* log: introduce log_parse_environment_cli() and log_setup_cli()Filipe Brandenburger2020-06-241-4/+16
* log: Prefer logging to CLI unless JOURNAL_STREAM is setDaan De Meyer2020-06-221-3/+28
* log: add support for prefixing console log messages with current timestampDan Streetman2020-02-101-2/+41
* tree-wide: drop stdio.h when stdio-util.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop socket.h when socket-util.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop time.h when time-util.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop missing.hYu Watanabe2019-10-311-1/+0
* basic/log: put a ratelimit on our logging to /dev/kmsgZbigniew Jędrzejewski-Szmek2019-09-201-0/+13
* log: don't invalidate open console fd if we can't open a new oneLennart Poettering2019-08-201-4/+6
* log: cast various log_open() calls to (void)Lennart Poettering2019-08-201-10/+8
* pid1: make sure we look at /proc/1/cmdline when parsing configZbigniew Jędrzejewski-Szmek2019-07-221-3/+4
* Merge pull request #12926 from keszybz/urlify-logsLennart Poettering2019-07-111-13/+30
|\
| * basic/log: omit ":0" from message when line number is not specifiedZbigniew Jędrzejewski-Szmek2019-07-041-12/+23
| * basic/log: put location in a dark shade of yellowZbigniew Jędrzejewski-Szmek2019-07-021-1/+7
| * basic/log: drop parens from around file location informationZbigniew Jędrzejewski-Szmek2019-07-011-1/+1
* | basic/log: fix SYSTEMD_LOG_* parsing error messagesIvan Shapovalov2019-07-061-2/+2
|/
* basic/log: use colors to highlight messages like journalctlZbigniew Jędrzejewski-Szmek2019-05-081-6/+7
* basic/log: log any available location information in log_syntax()Zbigniew Jędrzejewski-Szmek2019-04-031-10/+28