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
// Main.jsconstgraylog2=require("graylog2");constlogger=newgraylog2.graylog({servers: [{'host': {myHost}', port: {myPort} } ], hostname: 'myProjectName', // the name of this host // (optional, default: os.hostname()) facility: 'Node.js', // the facility for these log messages // (optional, default: "Node.js") bufferSize: 1400 // max UDP packet size, should never exceed the // MTU of your system (optional, default: 1400)});logger.on('error', function (error) { console.error('Errorwhiletryingtowritetograylog2:', error);
});
logger.log("Graylog test");
Can you help me solve the problem?
The text was updated successfully, but these errors were encountered:
I get this error. I use this library in vuejs.
Can you help me solve the problem?
The text was updated successfully, but these errors were encountered: