I I am setting DEBUG-
then it kinda goes back to the old behaviour, not showing anything
APP_ENV=dev
APP_SECRET=some-app-secret
DB_LOGGING_ENABLED=true
DB_LOGGING_OPTIONS=all
DB_POSTGRESDB_DATABASE=some_n8n
DB_POSTGRESDB_HOST=dev-postgres-15.xxxxx.us-east-1.rds.amazonaws.com
DB_POSTGRESDB_PASSWORD=password
DB_POSTGRESDB_USER=some_n8n
DB_TYPE=postgresdb
HOME=/root
HOSTNAME=n8n
N8N_CUSTOM_EXTENSIONS=/custom
N8N_DIAGNOSTICS_ENABLED=true
N8N_EMAIL_MODE=smtp
N8N_ENCRYPTION_KEY=some-encryption-string
N8N_LOG_FILE_LOCATION=/var/log/n8n/n8n.log
N8N_LOG_FILE_MAXCOUNT=10
N8N_LOG_FILE_MAXSIZE=10
N8N_LOG_LEVEL=debug
N8N_LOG_OUTPUT=file
N8N_PATH=/n8n/
N8N_PORT=80
N8N_SMTP_HOST=doesnt matter
N8N_SMTP_PORT=25
[email protected]
N8N_SMTP_SSL=false
N8N_VERSION=0.230.1
NODE_ENV=production
NODE_ICU_DATA=/usr/local/lib/node_modules/full-icu
NODE_VERSION=16.20.0
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PWD=/data
SHLVL=1
TERM=xterm
TZ=Etc/UTC
WEBHOOK_URL=https://the-real-url
YARN_VERSION=1.22.19
will result in
{"level":"warn","message":"License manager not initialized","metadata":{"file":"License.js","function":"isFeatureEnabled","timestamp":"2023-06-12T14:32:40.332Z"}}
{"level":"error","message":"Last session crashed","metadata":{"file":"CrashJournal.js","function":"init","timestamp":"2023-06-12T14:32:40.334Z"}}
{"level":"warn","message":"License manager not initialized","metadata":{"file":"License.js","function":"isFeatureEnabled","timestamp":"2023-06-12T14:32:49.175Z"}}
{"level":"error","message":"Last session crashed","metadata":{"file":"CrashJournal.js","function":"init","timestamp":"2023-06-12T14:32:49.176Z"}}
{"level":"debug","message":"Lazy Loading credentials and nodes from n8n-nodes-base","metadata":{"credentials":316,"file":"DirectoryLoader.js","function":"loadAll","nodes":416,"timestamp":"2023-06-12T14:32:59.8
35Z"}}
{"level":"debug","message":"No codex available for: RedisStreamsTrigger.node.js","metadata":{"file":"DirectoryLoader.js","function":"addCodex","timestamp":"2023-06-12T14:33:00.428Z"}}
{"level":"warn","message":"License manager not initialized","metadata":{"file":"License.js","function":"isFeatureEnabled","timestamp":"2023-06-12T14:33:11.308Z"}}
{"level":"error","message":"Last session crashed","metadata":{"file":"CrashJournal.js","function":"init","timestamp":"2023-06-12T14:33:11.310Z"}}
{"level":"debug","message":"Lazy Loading credentials and nodes from n8n-nodes-base","metadata":{"credentials":316,"file":"DirectoryLoader.js","function":"loadAll","nodes":416,"timestamp":"2023-06-12T14:33:21.9
05Z"}}
{"level":"debug","message":"No codex available for: RedisStreamsTrigger.node.js","metadata":{"file":"DirectoryLoader.js","function":"addCodex","timestamp":"2023-06-12T14:33:22.482Z"}}```