summaryrefslogtreecommitdiffstats
path: root/mlog/global.go
Commit message (Collapse)AuthorAgeFilesLines
* MM-11029 Adding plugin logging functionality. (#9034)Christopher Speller2018-07-031-2/+4
| | | | | | | | | | | | * Capturing stdout, stderr of plugins in logs. * Cleanup go-plugin debug logs. * Adding logging to plugin API * Generating mocks. * godoc convention
* fix mlog-ing before initialized (#8753)Jesse Hallam2018-05-111-5/+5
| | | | | | | 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.
* Structured logging (#8673)Christopher Speller2018-04-271-0/+42
* Implementing structured logging * Changes to en.json to allow refactor to run. * Fixing global logger * Structured logger initalization. * Add caller. * Do some log redirection. * Auto refactor * Cleaning up l4g reference and removing dependancy. * Removing junk. * Copyright headers. * Fixing tests * Revert "Changes to en.json to allow refactor to run." This reverts commit fd8249e99bcad0231e6ea65cd77c32aae9a54026. * Fixing some auto refactor strangeness and typo. * Making keys more human readable.