fix: #3103620 SysLog constructor should not call config get
SysLog service depends on the config.factory service, and then calls config get in its constructor. Instead, it could use a service closure to lazily load the config.factory service, and call config get only when necessary.
Closes #3103620
Edited by mark burdett