Skip to content

Commit 58e28b3

Browse files
authored
Explain how to enable debug for multiple modules
1 parent 1c951f7 commit 58e28b3

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 modules:
221+
`JULIA_DEBUG=loading,Main`.
222+
220223
## Examples
221224

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

0 commit comments

Comments
 (0)