We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c6057d commit 6e8929eCopy full SHA for 6e8929e
src/util/logger.ts
@@ -7,7 +7,6 @@ const { combine, timestamp, printf, splat } = winston.format
7
8
const transports = []
9
10
-const LOKI_HOST = 'http://loki-svc.toska-lokki.svc.cluster.local:3100'
11
const LOKI_HOST = 'http://loki-svc.toska-lokki.svc.cluster.local:3100'
12
13
transports.push(new winston.transports.File({ filename: 'debug.log' }))
0 commit comments