Remove test logging
This commit is contained in:
parent
93695fbfc4
commit
feef9975c7
@ -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