-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Problems: 1. We can't reassign the global logger variable. It's known `zerolog` limitation. 2. We have a global logger. 3. We read our logs in the management console. This is for stats gathering. Meanwhile, the management console uses the same logger to log its messages. 4. Tests wait some time for stats to settle. This PR disables assertions regarding management console stats. This is a temporary solution till we rethink logging.
- Loading branch information
Showing
2 changed files
with
41 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters