Skip to content

Commit f91211d

Browse files
committed
Fix log url
1 parent 99a0b7d commit f91211d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/logger.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ if (inProduction) {
4949
transports.push(
5050
new WinstonGelfTransporter({
5151
handleExceptions: true,
52-
host: 'toska-tmp.cs.helsinki.fi',
52+
host: 'toska.cs.helsinki.fi',
5353
port: 9503,
5454
protocol: 'udp',
5555
hostName: os.hostname(),

0 commit comments

Comments
 (0)