summaryrefslogtreecommitdiffstats
path: root/src/basic/log.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use LOG_PRI() and LOG_FAC()Yu Watanabe2024-05-121-4/+4
* core: Check for TERM=dumb in show_status()Daan De Meyer2024-04-221-2/+8
* test: Don't allocate scope if already running in unit with delegated cgroupDaan De Meyer2024-04-221-1/+1
* log: Add per target log levelsDaan De Meyer2024-03-221-3/+84
* log: Make warning messages more consistentDaan De Meyer2024-03-201-15/+15
* env-util: rename getenv_bool_secure() → secure_getenv_bool()Lennart Poettering2024-02-281-1/+1
* log: make assert_return() critical when -Dmode=developerYu Watanabe2023-12-231-1/+1
* log: introduce a knob to make assert_return() criticalYu Watanabe2023-12-231-0/+13
* various: clean up isatty() handlingMike Yuan2023-12-221-1/+1
* log: when writing a log message to a TTY always end line in CRNLLennart Poettering2023-11-241-1/+21
* log: rename variables to store function call resultsYu Watanabe2023-11-161-25/+25
* iovec-util: make IOVEC_INCREMENT a regular function tooLennart Poettering2023-10-201-1/+1
* io-util: split out "struct iovec" related calls into their own .c/.h filesLennart Poettering2023-10-201-1/+1
* process-util: add pidref_get_comm() and rename get_process_comm() to pid_get_...Lennart Poettering2023-10-181-1/+1
* treewide: split commandline into command lineJoerg Behrmann2023-09-201-1/+1
* journal: avoid infinite recursion when closing bad journal FDLuca Boccassi2023-06-181-4/+11
* log: propagate max log level into glibc's setlogmask()Lennart Poettering2023-05-231-0/+11
* log: Log when kmsg is being ratelimitedDaan De Meyer2023-04-201-2/+6
* log: Add knob to disable kmsg ratelimitingDaan De Meyer2023-04-201-1/+21
* log: Add LOG_SET_PREFIX() macroDaan De Meyer2023-03-291-11/+27
* Merge pull request #26916 from DaanDeMeyer/log-context-refDaan De Meyer2023-03-221-12/+69
|\
| * log: Add key/value support to the log contextDaan De Meyer2023-03-211-8/+45
| * log: Avoid pushing the same fields more than once on the log contextDaan De Meyer2023-03-211-4/+24
* | core: Settle log target if we're going to be closing all fdsDaan De Meyer2023-03-221-0/+18
|/
* log: add iov helpers for log_contextLuca Boccassi2023-03-141-3/+43
* Include <threads.h> if possible to get thread_local definitionCristian Rodríguez2023-03-061-0/+1
* log: add common helper log_set_target_and_open()Lennart Poettering2023-02-161-0/+5
* basic: Add log contextDaan De Meyer2023-01-081-16/+148
* tree-wide: use -EBADF for fd initializationZbigniew Jędrzejewski-Szmek2022-12-191-4/+4
* basic: move a bunch of cmdline-related funcs to new argv-util.c+hZbigniew Jędrzejewski-Szmek2022-11-081-0/+1
* basic/errno-util: add helper to protect and set errno in one stepZbigniew Jędrzejewski-Szmek2022-10-101-6/+3
* basic/log: include the log syntax callback in the errno protection blockZbigniew Jędrzejewski-Szmek2022-10-071-5/+6
* log: don't attempt to duplicate closed fdLennart Poettering2022-09-021-1/+1
* basic/log: split out invoked_by_systemd() utility functionZbigniew Jędrzejewski-Szmek2022-07-151-20/+2
* tree-wide: port various users over to connect_unix_path()Lennart Poettering2022-05-131-22/+8
* meson: turn on log-message-verification by default in developer buildsZbigniew Jędrzejewski-Szmek2022-05-111-0/+4
* nss: only read logging config from environment variablesZbigniew Jędrzejewski-Szmek2022-01-111-6/+10
* journal: Don't discard kmsg messages coming from journald itselfDaan De Meyer2021-11-181-1/+1
* 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