Skip to content

Commit

Permalink
Update docs/backend/deprecation.md
Browse files Browse the repository at this point in the history
Co-authored-by: Alessandro Pisa <alessandro.pisa@gmail.com>
  • Loading branch information
MrTango and ale-rt authored Feb 12, 2025
1 parent 295f3f5 commit 5db3027
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/backend/deprecation.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,11 @@ deprecation-warnings = on
...
```

This just sets a configuration option in `zope.conf`.
This adds this line to the `zope.conf` file:

```
debug-mode on
```

Without the recipe this can be set manually as well:
In `zope.conf` custom filters for warnings can be defined.
Expand Down

0 comments on commit 5db3027

Please sign in to comment.