We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 676f2ed commit a01ab77Copy full SHA for a01ab77
logger/index.js
@@ -32,7 +32,7 @@ const { context, trace } = require('@opentelemetry/api');
32
33
const {combine, timestamp, prettyPrint, errors} = winston.format;
34
const logger = winston.createLogger({
35
- exitOnError: true,
+ exitOnError: false,
36
level: process.env.LOG_LEVEL || LOG_LEVEL_INFO,
37
format: combine(
38
timestamp(),
0 commit comments