Skip to content
This repository has been archived by the owner on Nov 25, 2021. It is now read-only.

Commit

Permalink
Fix run_test.py loggers
Browse files Browse the repository at this point in the history
  • Loading branch information
monouno committed Feb 18, 2019
1 parent 992656c commit 201f620
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pg_partitioning/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
raise ImportError(DJANGO_VERSION_ERROR)


__version__ = "0.10dev1"
__version__ = "0.10.dev2"

default_app_config = "pg_partitioning.apps.AppConfig"
2 changes: 1 addition & 1 deletion run_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def setup_django_environment():
}
},
"loggers": {
"pg_partitioning.utils": {
"pg_partitioning.shortcuts": {
"handlers": ["console"],
"level": "DEBUG",
"propagate": False,
Expand Down

0 comments on commit 201f620

Please sign in to comment.