• Jan Kundrát's avatar
    journald: structured output for logger's name · 17513a6d
    Jan Kundrát authored
    Previously, the logger name was effectively lost. There were two choices
    on how to add it:
    
    - Via a formatter, which would mean that `journalctl` would not be able
    to filter against that. That would be suboptimal.
    
    - As a "syslog identifier". This means that `journalctl` will, by
    default, stop showing the daemon's executable name and replace that via
    the logger name. The PID is still shown, and if one would like to go
    back to the previous behavior, it is still possible via `journalctl -o
    with-unit`.
    
    I think that the second option is strictly better than the first one.
    
    fixes #1289
    17513a6d
Name
Last commit
Last update
bench Loading commit data...
cmake Loading commit data...
example Loading commit data...
include/spdlog Loading commit data...
scripts Loading commit data...
src Loading commit data...
tests Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
CMakeLists.txt Loading commit data...
INSTALL Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
appveyor.yml Loading commit data...
meson.build Loading commit data...
meson_options.txt Loading commit data...