Remove test logging
This commit is contained in:
parent
f9c2e78055
commit
0ecd729f49
@ -21,7 +21,6 @@ function logglyAppender(config, layout) {
|
||||
if(!layout) layout = passThrough;
|
||||
|
||||
return function(loggingEvent) {
|
||||
console.log('logging ', loggingEvent);
|
||||
var msg = layout(loggingEvent);
|
||||
client.log({
|
||||
msg: msg,
|
||||
|
Loading…
Reference in New Issue
Block a user