feat: add Dockerfile
This commit is contained in:
parent
a462b6af1b
commit
1b7e975080
8 changed files with 60 additions and 13 deletions
|
|
@ -38,8 +38,8 @@ export class Armory {
|
|||
),
|
||||
transports: [
|
||||
new winston.transports.Console({ level: "debug" }),
|
||||
new winston.transports.File({ filename: "armory.error.log", level: "error" }),
|
||||
new winston.transports.File({ filename: "armory.combined.log", level: "http" }),
|
||||
new winston.transports.File({ filename: path.join("logs", "armory.error.log"), level: "error" }),
|
||||
new winston.transports.File({ filename: path.join("logs", "armory.combined.log"), level: "http" }),
|
||||
],
|
||||
});
|
||||
this.charsetCache = {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue