cs3org / wopiserver

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

Configurable log handler #83

Closed xoxys closed 2 years ago

xoxys commented 2 years ago

Instead of a hard-coded file handler for logging, it would be helpful to make it configurable. At least an optional stream handler might make sense in a container environment.

glpatcern commented 2 years ago

I can see the advantage in a fully (e.g. helm-based) containerized environment, however so far we have run this service in a hybrid environment, where log files are piped through other non-containerized services as well as "traditionally" rotated. Of course having both options would be good.