https://nodejs.org/docs/latest/api/util.html#utildebuglogsection-callback
env NODE_DEBUG=foo* is able to match section foo-bar
Would be nice to have star matching, instead of literal matching.
For example, if one named john, he may set all his packages log level to debug using
RUST_LOG=john_*=debug