since the asimap user subprocess uses stdout to communicate with the main server process we can not use stdout for logging inside of a docker container. We already want rotating log files for log output so move to always using a rotating log file handler in a log directory that will default to /opt/asimap/logs
since the asimap user subprocess uses stdout to communicate with the main server process we can not use stdout for logging inside of a docker container. We already want rotating log files for log output so move to always using a rotating log file handler in a log directory that will default to
/opt/asimap/logs