Skip to content

Commit

Permalink
feat: Move logging to var/log #27
Browse files Browse the repository at this point in the history
fix: #27
  • Loading branch information
pike authored and pike committed Nov 26, 2023
1 parent de7c463 commit f451920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion log4js.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"appenders": {
"app": { "type": "file", "filename" : "fairpost.log" }
"app": { "type": "file", "filename" : "var/log/fairpost.log" }
},
"categories": {
"default": { "appenders": ["app"], "level": "trace" }
Expand Down

0 comments on commit f451920

Please sign in to comment.