Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Describe disabling logpath to make syslog work #585

Merged
merged 1 commit into from
Jul 18, 2020
Merged

Describe disabling logpath to make syslog work #585

merged 1 commit into from
Jul 18, 2020

Conversation

lennartkoopmann
Copy link
Contributor

Pull Request (PR) description

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.

This Pull Request (PR) fixes the following issues

n/a

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.
@ekohl ekohl merged commit a8a5857 into voxpupuli:master Jul 18, 2020
@lennartkoopmann
Copy link
Contributor Author

Wow that was fast! Thank you and thank you for all the work you all put into this module. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants