File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,9 @@ vlogmacrodocs = """
17
17
additional verbosity level `N` is passed to indicate differing verbosity levels
18
18
for a given log level. The verbosity argument is passed as the `group` argument
19
19
to the core logging logic, so care should be taken if other loggers are being used
20
- that also use the group argument (which by default is passed the source file).
20
+ that also use the group argument.
21
+ Note: by default group is passed as the source file, however it is poor practice to rely on this in the first place.
22
+ Instead use the file argument for that.
21
23
22
24
The default logger doesn't have support for filtering on the `group` argument,
23
25
so an `LoggingExtras.EarlyFilteredLogger` can be used. For convenience, a
You can’t perform that action at this time.
0 commit comments