Skip to content

Commit 6e8929e

Browse files
authored
...
1 parent 1c6057d commit 6e8929e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/util/logger.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ const { combine, timestamp, printf, splat } = winston.format
77

88
const transports = []
99

10-
const LOKI_HOST = 'http://loki-svc.toska-lokki.svc.cluster.local:3100'
1110
const LOKI_HOST = 'http://loki-svc.toska-lokki.svc.cluster.local:3100'
1211

1312
transports.push(new winston.transports.File({ filename: 'debug.log' }))

0 commit comments

Comments
 (0)