Changed mq_log to mq_containerlog
This commit is contained in:
@@ -92,7 +92,7 @@ func (l *Logger) log(level string, msg string) {
|
|||||||
"ibm_processName": l.processName,
|
"ibm_processName": l.processName,
|
||||||
"ibm_processId": l.pid,
|
"ibm_processId": l.pid,
|
||||||
"ibm_userName": l.user.Username,
|
"ibm_userName": l.user.Username,
|
||||||
"type": "mq_log",
|
"type": "mq_containerlog",
|
||||||
}
|
}
|
||||||
s, err := l.format(entry)
|
s, err := l.format(entry)
|
||||||
l.mutex.Lock()
|
l.mutex.Lock()
|
||||||
|
|||||||
Reference in New Issue
Block a user