Skip to content

Commit

Permalink
chore: remove redundant test LOGGING configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Jan 20, 2025
1 parent b97ee72 commit c854c2b
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,26 +141,6 @@ def configuration(smtpd):
"LOGIN": "user",
"PASSWORD": "user",
},
"LOGGING": {
"version": 1,
"formatters": {
"default": {
"format": "[%(asctime)s] - %(ip)s - %(levelname)s in %(module)s: %(message)s",
}
},
"handlers": {
"wsgi": {
"class": "logging.StreamHandler",
"stream": "ext://sys.stdout",
"formatter": "default",
}
},
"loggers": {
"faker": {"level": "WARNING"},
"canaille": {"level": "DEBUG", "handlers": ["wsgi"]},
},
"disable_existing_loggers": False,
},
"ADMIN_EMAIL": "[email protected]",
"PASSWORD_COMPROMISSION_CHECK_API_URL": "https://api.pwnedpasswords.test/range/",
},
Expand Down

0 comments on commit c854c2b

Please sign in to comment.