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
A tiny and simple syslog server with log rotation. tinysyslog was born out of the need for a tiny, easy to set up and
4
4
use syslog server that simply writes every incoming log (in [RFC 5424](https://datatracker.ietf.org/doc/html/rfc5424) format **only**) to a file that is automatically rotated,
@@ -88,25 +88,25 @@ Usage of ./tinysyslogd:
88
88
--app-name string The name of the application. (default "tinysyslog")
89
89
--bind-addr string IP and port to listen on. (default "127.0.0.1:5140")
90
90
--env-name string The environment of the application. Used to load the right configs file. (default "PROD")
0 commit comments