tomsquest / docker-radicale

Docker image for Radicale calendar and contact server :calendar: + security :closed_lock_with_key: + addons :rocket:
GNU General Public License v3.0
562 stars 80 forks source link

Use logging conf template from release #65

Closed rngtng closed 4 years ago

rngtng commented 4 years ago

Hey first thanks for this amazing dockerfile - saved me a lot of work!

I only figured one problem when setting log level to debug: the container didn't start with exception ERROR: Invalid configuration: Invalid option 'level' in section 'logging' in config. I first was confused as that's what the radicale conf template suggest as well, but then I figured that since release 2.1.11 a couple of things changed in logger config.

So IMHO the docker image conf template should align to the template of the release https://github.com/Kozea/Radicale/blob/8387a4c33f650d4392d6085750000f27ee51f278/config fix in that PR.

tomsquest commented 4 years ago

Hi @rngtng , I had the same problem debugging a timezone problem, thinking it was an error from my part. Nice PR. Thank you.