Skip to content

Commit

Permalink
docs: Document NO_COLOR env var
Browse files Browse the repository at this point in the history
  • Loading branch information
ivov committed Dec 23, 2024
1 parent 5828c61 commit cc4bf13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/hosting/configuration/environment-variables/logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ This page lists environment variables to set up logging for debugging. Refer to
| `DB_LOGGING_ENABLED` | Boolean | `false` | Whether to enable database-specific logging. |
| `DB_LOGGING_OPTIONS` | Enum string: `query`, `error`, `schema`, `warn`, `info`, `log` | `error` | Database log output level. To enable all logging, specify `all`. Refer to [TypeORM logging options](https://orkhan.gitbook.io/typeorm/docs/logging#logging-options){:target=_blank .external-link} |
| `DB_LOGGING_MAX_EXECUTION_TIME` | Number | `1000` | Maximum execution time (in milliseconds) before n8n logs a warning. Set to `0` to disable long running query warning. |
| `CODE_ENABLE_STDOUT` | Boolean | `false` | Set to`true` to send Code node logs to process's stdout for debugging, monitoring, or logging purposes. |
| `CODE_ENABLE_STDOUT` | Boolean | `false` | Set to `true` to send Code node logs to process's stdout for debugging, monitoring, or logging purposes. |
| `NO_COLOR` | any | `undefined` | Set to any value to output logs without colors. For more information, see [here](https://no-color.org/). |
<!-- vale on -->

## Log streaming
Expand Down

0 comments on commit cc4bf13

Please sign in to comment.