You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run this docker container with an option destination {stdout();}; in config , but the logs I send are not shown in stdout. They are written in the log file, though.
Expected Behavior
When I start the container with stdout destination[1] in configs, I expect the logs to be shown in the stdout of container.
Is there an existing issue for this?
Current Behavior
I run this docker container with an option
destination {stdout();};
in config , but the logs I send are not shown in stdout. They are written in the log file, though.Expected Behavior
When I start the container with
stdout
destination[1] in configs, I expect the logs to be shown in the stdout of container.[1] https://syslog-ng.github.io/admin-guide/070_Destinations/275_stdout/README exists since 4.4, currently this container uses 4.7.1
Steps To Reproduce
podman run -p 8714:8514 -v $(pwd)/syslog-ng.conf:/config/syslog-ng.conf:z --name lserver --rm -it linuxserver/syslog-ng
echo "Hello syslog on linuxserver" | nc -w1 localhost 8714
For comparison, the same test succeeds on balabit syslog container:
Environment
CPU architecture
x86-64
Docker creation
Command is described in reporoducer
The text was updated successfully, but these errors were encountered: