Skip to content

Commit

Permalink
Merge pull request #6 from RydalWater/the-road-goes-ever-on-and-on
Browse files Browse the repository at this point in the history
Correction
  • Loading branch information
RydalWater authored Oct 4, 2024
2 parents 85a3a7e + d751950 commit 9b8f6b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openlibrarian_root/openlibrarian/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
'file': {
'level': 'ERROR',
'class': 'logging.FileHandler',
'filename': os.path.join(BASE_DIR, 'logs', 'error.log'),
'filename': os.path.join(BASE_DIR, 'error.log'),
},
},
'loggers': {
Expand Down

0 comments on commit 9b8f6b6

Please sign in to comment.