From fd93bf2146b9c379945d3e315cb53cdb44887c8e Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Fri, 3 Nov 2023 16:34:14 -0500 Subject: Add new logger --- src/logger/debugContext.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/logger/debugContext.ts (limited to 'src/logger/debugContext.ts') diff --git a/src/logger/debugContext.ts b/src/logger/debugContext.ts new file mode 100644 index 000000000..658f4b18b --- /dev/null +++ b/src/logger/debugContext.ts @@ -0,0 +1,10 @@ +/** + * *Do not import this directly.* Instead, use the shortcut reference `logger.DebugContext`. + * + * Add debug contexts here. Although convention typically calls for enums ito + * be capitalized, for parity with the `LOG_DEBUG` env var, please use all + * lowercase. + */ +export const DebugContext = { + // e.g. composer: 'composer' +} as const -- cgit 1.4.1