Skip to content

Commit

Permalink
updated networkapi log levels to debug (#12037)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfmiranda authored Mar 12, 2024
1 parent c8bb5af commit a797e0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions network-api/networkapi/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -679,8 +679,8 @@ class DatabasesDict(TypedDict):
"django.db.backends": {"handlers": ["debug-error"], "level": "ERROR"},
"django.utils.autoreload": {"handlers": ["debug-error"], "level": "ERROR"},
"networkapi": {
"handlers": ["info"],
"level": "INFO",
"handlers": ["debug"],
"level": "DEBUG",
},
},
}
Expand Down

0 comments on commit a797e0b

Please sign in to comment.