diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2018-01-12 20:22:42 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2018-01-12 20:22:42 +0100 |
| commit | c0be3573247301f9ac06397dd17fa7c02e0baab4 (patch) | |
| tree | 85ae914836f864350518509b62577c76086b6a32 | |
| parent | 7d1298970bfc427b687da9f18f8f4e8f4c132935 (diff) | |
| download | apigrabber-c0be3573247301f9ac06397dd17fa7c02e0baab4.tar.gz apigrabber-c0be3573247301f9ac06397dd17fa7c02e0baab4.zip | |
| -rw-r--r-- | worker.js | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -21,6 +21,10 @@ const logger = new (winston.Logger)({ new (winston.transports.Console)({ timestamp: true, colorize: true + }), + new (winston.transports.File)({ + label: QUEUE, + filename: "apigrabber.log" }) ] }); |
