From 0389803641d2b296fe04076251d0a16cfa3a2e68 Mon Sep 17 00:00:00 2001 From: Tobe O Date: Wed, 11 Jul 2018 09:42:43 -0400 Subject: [PATCH] Update prod.dart --- bin/prod.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/prod.dart b/bin/prod.dart index 0059c394..74991c50 100644 --- a/bin/prod.dart +++ b/bin/prod.dart @@ -23,6 +23,7 @@ void isolateMain(int id) { app.configure(configureServer).then((_) async { // In production, we'll want to log errors to a file. // Alternatives include sending logs to a service like Sentry. + hierarchicalLoggingEnabled = true; app.logger = new Logger('angel') ..onRecord.listen((rec) { if (rec.error == null) {