Created
January 17, 2019 18:27
-
-
Save tkotosz/38eeb0f26d25abb58ae026617ed92122 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. start syslog | |
docker run -it -p 514:514/tcp -p 601:601 --name syslog-ng balabit/syslog-ng:latest | |
2. tail the log | |
docker exec -it syslog-ng tail -f /var/log/messages | |
3. configure the app to use the syslog | |
fn update app myapp --syslog-url="tcp://127.0.0.1:514" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment