You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code should use logger.debug to show what incoming queries look like, and what is sent to ES
There should be a LOG_LEVEL environment variable (defaulting to INFO if not set), which deploy.sh should set to DEBUG for development deployments, and docker-compose.yml should pass thru to the containers.
The text was updated successfully, but these errors were encountered:
Code should use
logger.debug
to show what incoming queries look like, and what is sent to ESThere should be a
LOG_LEVEL
environment variable (defaulting toINFO
if not set), whichdeploy.sh
should set toDEBUG
for development deployments, anddocker-compose.yml
should pass thru to the containers.The text was updated successfully, but these errors were encountered: