Syslog entries to reflect the log level of DaemonLogLevel once it takes effect
Description
Right now, the syslog hook appends entries to syslog based on the initial log-level (the default log-level or if `--log-level` is supplied as a cli option). `DaemonLogLevel` does not change the level of the syslog once it takes effect.
Acceptance criteria:
Make sure that the syslog hook will always reflect the log-level of the runtime, specifically when DaemonLogLevel takes effect.
Right now, the syslog hook appends entries to syslog based on the initial log-level (the default log-level or if `--log-level` is supplied as a cli option). `DaemonLogLevel` does not change the level of the syslog once it takes effect.
Acceptance criteria:
Make sure that the syslog hook will always reflect the log-level of the runtime, specifically when DaemonLogLevel takes effect.