daxadal / event-manager

MIT License
1 stars 0 forks source link

Use console instead of logger for config error display if logger is not initialized #36

Closed daxadal closed 2 years ago

daxadal commented 2 years ago

Since we only use logger, if the logger is not correctly initialized, the server fails silently. Use console as fallback to display errors on startup