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 = """
1717additional verbosity level `N` is passed to indicate differing verbosity levels
1818for a given log level. The verbosity argument is passed as the `group` argument
1919to 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.
2123
2224The default logger doesn't have support for filtering on the `group` argument,
2325so an `LoggingExtras.EarlyFilteredLogger` can be used. For convenience, a
You can’t perform that action at this time.
0 commit comments