You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using below Code, but I am not getting logs in my server also I am not getting any Error in Node Console.
`logMsg = "Some Random String";
let logger = new graylog2.graylog({
servers: [
{ 'host': 'XXX.XXX.XXX.XXX', port: 12201 }
],
// hostname: 'server.name', // the name of this host
// (optional, default: os.hostname())
facility: 'MyAPP', // the facility for these log messages
// (optional, default: "Node.js")
bufferSize: 1350 // max UDP packet size, should never exceed the
// MTU of your system (optional, default: 1400)
});
logger.log("info", logMsg);`
Can someone please help me?
The text was updated successfully, but these errors were encountered:
Hi,
I am using below Code, but I am not getting logs in my server also I am not getting any Error in Node Console.
Can someone please help me?
The text was updated successfully, but these errors were encountered: