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
logs are only formatted in json when setting the env variable of
the PGADMIN_CONFIG_DEBUG to true, but this is not an option in a productive environment.
To Reproduce
Steps to reproduce the behavior:
start deployment with setting PGADMIN_CONFIG_CONSOLE_LOG_LEVEL to '''DEBUG'',
PGADMIN_CONFIG_JSON_LOGGER to true and
PGADMIN_CONFIG_DEBUG to false
inspect logs
Expected behavior
following settings:
- name: PGADMIN_CONFIG_JSON_LOGGER
value: "True"
- name: PGADMIN_CONFIG_DEBUG
value: "False"
- name: PGADMIN_CONFIG_CONSOLE_LOG_LEVEL
value: '''WARNING'''
should log warning and errors in json format.
OS: Alpine linux 3.21.3
Version: dpage/pgadmin4:9.1.0
Mode: Server
Browser --
Package type: Container
The text was updated successfully, but these errors were encountered:
logs are only formatted in json when setting the env variable of
the PGADMIN_CONFIG_DEBUG to true, but this is not an option in a productive environment.
To Reproduce
Steps to reproduce the behavior:
start deployment with setting PGADMIN_CONFIG_CONSOLE_LOG_LEVEL to '''DEBUG'',
PGADMIN_CONFIG_JSON_LOGGER to true and
PGADMIN_CONFIG_DEBUG to false
inspect logs
Expected behavior
following settings:
- name: PGADMIN_CONFIG_JSON_LOGGER
value: "True"
- name: PGADMIN_CONFIG_DEBUG
value: "False"
- name: PGADMIN_CONFIG_CONSOLE_LOG_LEVEL
value: '''WARNING'''
should log warning and errors in json format.
The text was updated successfully, but these errors were encountered: