rcpch / national-paediatric-diabetes-audit

A django application to audit the care of children and young people with diabetes in England and Wales.
0 stars 1 forks source link

Creates logging folder and log file when docker image is built for npda #56

Closed dc2007git closed 1 month ago

dc2007git commented 1 month ago

Fixes bug where logger config wasn't functioning without an npda.log file.

Adds a startup script to create a logs folder and an npda.log file if they don't already exist, to alleviate this error for any users running the code locally.

dc2007git commented 1 month ago

Closing after quick chat with @mbarton and a better solution proposed as in #57