Merge pull request #27 from arthurbarr/master

Change mq_log to mq_containerlog
This commit is contained in:
Arthur Barr
2018-03-19 10:14:09 +00:00
committed by GitHub

View File

@@ -92,7 +92,7 @@ func (l *Logger) log(level string, msg string) {
"ibm_processName": l.processName,
"ibm_processId": l.pid,
"ibm_userName": l.user.Username,
"type": "mq_log",
"type": "mq_containerlog",
}
s, err := l.format(entry)
l.mutex.Lock()