trusteddomainproject / OpenARC

Open source ARC implementation
BSD 2-Clause "Simplified" License
135 stars 45 forks source link

Default syslog configuration doesn't work #183

Open simotuki11 opened 2 days ago

simotuki11 commented 2 days ago

If the Syslog setting in openarc.conf (default yes) is not explicitly set to yes, no logs will be output.

Even messages such as the following are not output in starting or stopping: OpenARC Filter v1.0.0 starting… OpenARC Filter v1.0.0 terminating…

In openarc/openarc.conf.sample, the default value for the "Syslog" setting is "yes". Therefore, I expected that Syslog would be output if "Syslog" was not explicitly configured.

flowerysong commented 2 days ago

The documentation in that file is incorrect. The default value for this setting is false.