Skip to content

Commit d066a8e

Browse files
authored
doc: explain how to enable debug for multiple modules (#41719)
1 parent b50bf04 commit d066a8e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

stdlib/Logging/docs/src/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,9 @@ julia> foo()
217217
218218
```
219219

220+
Use a comma separator to enable debug for multiple
221+
modules: `JULIA_DEBUG=loading,Main`.
222+
220223
## Examples
221224

222225
### Example: Writing log events to a file

0 commit comments

Comments
 (0)