Log higher priority messages to stderr
We forward logs from docker containers to hosts journald in deployment. Docker apparently logs only stderr messages as critical. However, spdlog logs everything to stdout.
Probably we have to create two sinks for the worker loggers.