mirror of
https://github.com/SunRed/haste-server.git
synced 2025-09-06 21:30:14 +02:00
Fix loggin
This commit is contained in:
parent
6bdd7d7fc5
commit
93435715f2
1 changed files with 1 additions and 1 deletions
|
@ -44,4 +44,4 @@ http.createServer(function(request, response) {
|
||||||
|
|
||||||
}).listen(config.port, config.host);
|
}).listen(config.port, config.host);
|
||||||
|
|
||||||
console.info('listening on ' + config.host + ':' + config.port);
|
winston.info('listening on ' + config.host + ':' + config.port);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue