Notification Digesting

This commit is contained in:
Wyatt Johnson
2018-03-06 16:20:15 -07:00
parent 801fc8bc15
commit 9cc9969320
20 changed files with 643 additions and 200 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ function createLogger(name, id = uuid()) {
id,
version,
level: LOGGING_LEVEL,
serializers: { req: Logger.stdSerializers.req },
serializers: Logger.stdSerializers,
});
}