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