diff options
| -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" }) ] }); |
