mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
Before this PR there were cases where error messages never reach the user because logging was not initialized yet. This PR moves log initialization to the start of the program, so that all logged messages reach the user.