`man 3 sd-daemon` states that `SD_*` prefixes works with `stderr` logging: > These prefixes are intended to be used in conjunction with stderr-based > logging as implemented by systemd.
But only if `StandardError=` is set to one of `journal`, `syslog`, or `kmsg`. Does that mean that these prefixes do not work with `StandardOutput=journal`? I am writing Erlang logger integration and I am just curious if I should force user to use `stdandard_error` output or it could work with `standard_output` as well. -- Łukasz Niemier [email protected]
_______________________________________________ systemd-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/systemd-devel
