Rework log level

.env.alpha
This commit is contained in:
jerlendds
2023-11-04 21:30:57 -07:00
parent d49769cf75
commit 9ed052e262

View File

@@ -2,7 +2,7 @@ PROJECT_NAME="osintbuddy"
ENVIRONMENT="production"
REACT_APP_BASE_URL="http://localhost:48997"
BACKEND_LOG_LEVEL="trace" # Options: critical, error, warning, debug, trace
BACKEND_LOG_LEVEL="error" # Options: critical, error, warning, debug, trace
##########################################
# Error reporting! (TODO: Wait for sentry to finish implementing their fixes for Python 3.11.4 then reimplement me...)