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 99a0b7d commit f91211dCopy full SHA for f91211d
src/logger.js
@@ -49,7 +49,7 @@ if (inProduction) {
49
transports.push(
50
new WinstonGelfTransporter({
51
handleExceptions: true,
52
- host: 'toska-tmp.cs.helsinki.fi',
+ host: 'toska.cs.helsinki.fi',
53
port: 9503,
54
protocol: 'udp',
55
hostName: os.hostname(),
0 commit comments