feat(editor): Rollout improved log view (2nd attempt) (#15382)

This commit is contained in:
Suguru Inoue
2025-05-14 11:51:02 +02:00
committed by GitHub
parent 249b7f8556
commit 4657e348f4
7 changed files with 27 additions and 28 deletions

View File

@@ -289,7 +289,7 @@ export const schema = {
logs_view: {
enabled: {
format: Boolean,
default: false,
default: true,
env: 'N8N_ENABLE_LOGS_VIEW',
doc: 'Temporary env variable to enable logs view',
},