Logger names and prefixes
Is there any obvious way on how to configure std/log so that loggers named
In other words, can I configure logger handlers based on logger name prefix?
my-prefix/foo/bar and my-prefix/hello/world attach to the same handlers automatically?In other words, can I configure logger handlers based on logger name prefix?
