.
This commit is contained in:
parent
53942e7fef
commit
904e30ebf8
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,6 +11,7 @@ npm-debug.log
|
||||
|
||||
build/
|
||||
dist/
|
||||
log/
|
||||
client/.parcel-cache
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
@ -48,6 +48,7 @@ function initLogger(rTracer) {
|
||||
|
||||
transports: [
|
||||
new DailyRotateFile({
|
||||
dirname: "./log",
|
||||
filename: "error-%DATE%.log",
|
||||
datePattern: "YYYY-MM-DD",
|
||||
utc: true,
|
||||
@ -56,6 +57,7 @@ function initLogger(rTracer) {
|
||||
maxFiles: "1d",
|
||||
}),
|
||||
new DailyRotateFile({
|
||||
dirname: "./log",
|
||||
filename: "debug-%DATE%.log",
|
||||
datePattern: "YYYY-MM-DD",
|
||||
utc: true,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user