-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: log to standard output (#1128)
* chore: log to standard output The logger, accessible through helper functions Print[f|ln], Fatal[f|ln], and Panic[f|ln], writes to standard error and includes the date and time for each logged message. These logs are not errors, and this change directly affects the redirection of outputs and the creation of log files. * test: Example test did not add any value By changing the log redirection, the standard output changed. We do not need this test. * chore: create logger redirecting to stdout We want to avoid reinventing the wheel * chore: revert changes
- Loading branch information
1 parent
9d06d4b
commit f5b3313
Showing
3 changed files
with
22 additions
and
22 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
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