Skip to content

Commit

Permalink
Update logging.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Feb 27, 2025
1 parent fd6a93e commit 6337482
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/recipes/logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ This allows you to start with minimal logging in production and increase verbosi
Lucee 6.2 supports the following environment variables which allow overriding the log levels and appender, which is great for debugging and Docker

```bash
LUCEE_LOGGING_FORCE_LEVEL=trace
LUCEE_LOGGING_FORCE_APPENDER=console
LUCEE_LOGGING_FORCE_LEVEL=info
LUCEE_LOGGING_FORCE_APPENDER=console
```

### Adding or Modifying Logs
Expand Down

0 comments on commit 6337482

Please sign in to comment.