cs3org / wopiserver

A vendor-neutral application gateway compatible with the WOPI specifications.
Apache License 2.0
55 stars 26 forks source link

Use syslog format for logging #29

Closed labkode closed 3 years ago

labkode commented 4 years ago

The format of the WOPI logs is neither RFC-3164 nor RFC-5424 compliant. Parsing the current logs will require custom regex. Can we use the stdlib syslog package to log messages in the wopiserver?

glpatcern commented 3 years ago

Closing this as we solved the issue in a different way: by enabling fluentd logging for the docker container running the wopiserver.

A separate issue is to JSON-ify the log to be more fluentd-friendly.