We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
hierarchicalLoggingEnabled
neat_cache
1 parent 2147931 commit 96597efCopy full SHA for 96597ef
app_dart/bin/gae_server.dart
@@ -24,6 +24,7 @@ Future<void> main() async {
24
// is inherently bad. We're allocating the logger (or getting back one) and
25
// then turning it off - there is no way to "filter". Luckily; the library
26
// does not set the level for the logger, making this just a little brittle.
27
+ hierarchicalLoggingEnabled = true;
28
for (final logName in ['neat_cache', 'neat_cache:redis']) {
29
final log = Logger(logName);
30
log.level = Level.WARNING;
0 commit comments