fix
This commit is contained in:
parent
97ba3d3215
commit
d94313028a
|
@ -23,7 +23,6 @@ func (c *ConsoleAppender) GetName() string {
|
|||
func (c *ConsoleAppender) Append(logEvent LogEvent) {
|
||||
data := []interface{}{
|
||||
logEvent.Ts.Format("2006-01-02 15:04:05"),
|
||||
"[" + logEvent.ELogger.Name + "]",
|
||||
" ",
|
||||
}
|
||||
dmsg := fmt.Sprint(logEvent.Data)
|
||||
|
|
Loading…
Reference in New Issue