diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2018-01-12 20:14:57 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2018-01-12 20:14:57 +0100 |
| commit | a5cbb9ab73a271b0c32872b2576ba0c43ddce703 (patch) | |
| tree | e03ba5bbb97a7008724c4b256ed3f2b282cbb34f | |
| parent | 34c2f4586686c0cf8e7619aa5b5caa3935904b6a (diff) | |
| download | bridge-a5cbb9ab73a271b0c32872b2576ba0c43ddce703.tar.gz bridge-a5cbb9ab73a271b0c32872b2576ba0c43ddce703.zip | |
| -rw-r--r-- | server.js | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -26,6 +26,9 @@ const app = express(), new (winston.transports.Console)({ timestamp: true, colorize: true + }), + new (winston.transports.File)({ + filename: "bridge.log" }) ] }); |
