From db5f32a9877ef9e725bf5b12925d297afe823b6a Mon Sep 17 00:00:00 2001 From: Etienne ANNE Date: Tue, 12 Mar 2024 13:49:33 +0100 Subject: [PATCH] added logger documentation --- .../documentation/app/builder/environment-variables/_page.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/documentation/app/builder/environment-variables/_page.mdx b/docs/documentation/app/builder/environment-variables/_page.mdx index 514af61..6f9e4ce 100644 --- a/docs/documentation/app/builder/environment-variables/_page.mdx +++ b/docs/documentation/app/builder/environment-variables/_page.mdx @@ -155,4 +155,8 @@ EXTISM_RUNTIME_ENVIRONMENT= # At each time interval, Wasmo will clear a folder full of locally generated Wasm binaries LOCAL_WASM_JOB_CLEANING= // 1 hour + +LOGGER_FILE= +LOGGER_LEVEL= +LOGGER_TIMESTAMP ``` \ No newline at end of file