Skip to content
Snippets Groups Projects
Commit 4ea45c0e authored by Rolf Niepraschk's avatar Rolf Niepraschk
Browse files

remove "graylog"

parent 372f510a
Branches
No related tags found
No related merge requests found
......@@ -13,8 +13,6 @@ var cfg = {
DATE: '2019-10-25',
RELAY_PORT: 55555,
WEBSOCKET_PORT: 9001,
GRAYLOG_HOST: 'a73435.berlin.ptb.de',
GRAYLOG_PORT: 12202,
DEFAULT_EXEC_TIMEOUT: 60000, // msec
DEFAULT_EXEC_MAXBUFFER: 50 * 1024 * 1024,
MIN_EXEC_WAIT: 50, // msec // ???
......
......@@ -55,15 +55,7 @@ var logger = bunyan.createLogger({
showDate: formateDate,
out: socketStream
})
},
{
type: 'raw',
level: 'trace',
stream: new BunyanToGelfStream({
host: cfg.GRAYLOG_HOST,
port: cfg.GRAYLOG_PORT,
})
}]//, serializers: bunyanDebugStream.serializers
}]
});
module.exports = logger;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment