summaryrefslogtreecommitdiffstats
path: root/mlog/global_test.go
Commit message (Collapse)AuthorAgeFilesLines
* fix mlog-ing before initialized (#8753)Jesse Hallam2018-05-111-0/+143
Dump mlog to STDOUT before initialized, to allow for logging failures that occur due to config parsing, etc. Fix file logging to honour logger.FileJson instead of copying the logger.ConsoleJson setting.