Skip to content

Commit

Permalink
Merge pull request #60 from Cyberguru1/main
Browse files Browse the repository at this point in the history
fix log file path
  • Loading branch information
Cyberguru1 authored Jul 21, 2024
2 parents 78c59dc + 368a7b9 commit aafb271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/log.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"enable": true,
"level": "FINE",
"filename": "../logs/app.log",
"filename": "./logs/app.log",
"category": "fileLogs",
"pattern": "[%D %T] [%C] [%L] (%S) %M",
"rotate": true,
Expand Down

0 comments on commit aafb271

Please sign in to comment.