Skip to content

Commit

Permalink
Merge pull request #1463 from signed/chore/clean-up-log-configuration
Browse files Browse the repository at this point in the history
remove socrates specific log configuration
  • Loading branch information
leider committed Mar 31, 2022
2 parents eb6d62f + 5a38434 commit f1b1e27
Showing 1 changed file with 0 additions and 42 deletions.
42 changes: 0 additions & 42 deletions config-examples/winston-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,48 +65,6 @@
"maxsize": 10485760,
"level": "silly"
}
},
"socrates": {
"console": {
"level": "info",
"colorize": true
},
"file": {
"timestamp": true,
"json": false,
"filename": "log/socrates-server.log",
"maxFiles": 5,
"maxsize": 10485760,
"level": "info"
}
},
"socrates-authorization": {
"console": {
"level": "warn",
"colorize": true
},
"file": {
"timestamp": true,
"json": false,
"filename": "log/socrates-authorization.log",
"maxFiles": 5,
"maxsize": 10485760,
"level": "info"
}
},
"socrates-http": {
"console": {
"level": "warn",
"colorize": true
},
"file": {
"timestamp": true,
"json": false,
"filename": "log/socrates-http.log",
"maxFiles": 5,
"maxsize": 10485760,
"level": "info"
}
}
}
}

0 comments on commit f1b1e27

Please sign in to comment.