Skip to content

Commit

Permalink
Upgrade to EL9
Browse files Browse the repository at this point in the history
  • Loading branch information
CannonLock committed Jul 1, 2024
1 parent f2bf9db commit 4e10e4f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,6 @@
}
},
"handlers": {
"file": {
"class": "logging.handlers.RotatingFileHandler",
"level": "DEBUG",
"formatter": "default",
"filename": os.path.join(logdir, "registration.log"),
"maxBytes": 10485760,
"backupCount": 5,
},
"wsgi": {
"class": "logging.StreamHandler",
"level": "DEBUG",
Expand Down

0 comments on commit 4e10e4f

Please sign in to comment.