PSU-CSAR / django-snodas

Project to store SNODAS daily rasters and serve as tiles, with some analytical capabilities.
1 stars 0 forks source link

Possible logging issues when multiple processes running #2

Open jkeifer opened 1 year ago

jkeifer commented 1 year ago

As IIS can spawn multiple worker processes with the same log file, we can get a situation where multiple processes then trying to write to the same file. This simply does not work.

Likely we need to have a syslog daemon writing logs, with the services configured to send syslog format logs to that daemon via UDP.