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 was confused about how to make the `syslog` config work because, even though I had not set `logpath`, the default value kept `syslog` from working. I tried setting it to an empty string, but that failed with a failed pattern check.
I had to look into the code to find out that I can also set it to `false` and that made it work.
0 commit comments