rsyslog / rsyslog-docker

rsyslog docker containers
Apache License 2.0
98 stars 49 forks source link

Where is logger command output? #35

Closed shoothzj closed 4 years ago

shoothzj commented 4 years ago

I clone this repo, and try it myself. I found what I interaction with bash was directed into system output(I can see by "docker logs" command). I try command "logger hello", can't find it anywhere ? And how to close the behaviour that loging my interaction with bash

rgerhards commented 4 years ago

I think logger will always write to the system log socket and thus need rsyslog to run in the background. This is not case. Note that this repo takes care of use cases where rsyslog shall operate as a log server.