We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b62bdb3 commit 377175dCopy full SHA for 377175d
lib/match.js
@@ -43,7 +43,9 @@ const isProgrammerError = (err) => {
43
const NATS_JETSTREAM_AUS_ISTFAHRT_STREAM_NAME = `AUS_ISTFAHRT_${MAJOR_VERSION}`
44
const NATS_JETSTREAM_GTFSRT_STREAM_NAME = `GTFS_RT_${MAJOR_VERSION}`
45
46
-const logger = createLogger('match')
+const logger = createLogger('match', {
47
+ level: (process.env.LOG_LEVEL_MATCHING || 'warn').toLowerCase(),
48
+})
49
50
const abortWithError = (err) => {
51
logger.error(err)
0 commit comments