Skip to content

Commit

Permalink
Merge pull request #27 from arthurbarr/master
Browse files Browse the repository at this point in the history
Change mq_log to mq_containerlog
  • Loading branch information
arthurbarr authored Mar 19, 2018
2 parents ef4232d + 401306b commit 6ef3bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/logger/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 6ef3bfa

Please sign in to comment.