From aee6d3c59116d48a75f0dcc527e90f84a53a8f2e Mon Sep 17 00:00:00 2001 From: aeppling <43991222+aeppling@users.noreply.github.com> Date: Thu, 21 Sep 2023 12:05:30 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 481231cb..d79e8001 100644 --- a/README.md +++ b/README.md @@ -239,6 +239,17 @@ This is an example of how to list things you need to use the software and how to GOOGLE_APPLICATION_CREDENTIALS (id your google json credential) GOOGLE_PROJECT_ID (ID of a gcp project) ``` + - O365: + ``` + AZURECLIENTID=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX (ID of an Azure AD application) + AZURETENANTID=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX (ID of the application's Azure AD tenant) + AZURECLIENTSECRET=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX (one of the application's client secrets) + ``` + - WORKSPACE: + ``` + WORKSPACECRED: (the credentials required) + WORKSPACETOKEN: (your google app credentials) + ``` - HTTP: at least you must add this following var : ``` @@ -284,8 +295,13 @@ This is an example of how to list things you need to use the software and how to ``` GOOGLE_APPLICATION_CREDENTIALS=PATH_TO_JSON_CRED ``` - - + You can also choose the minimum log level in your environment variables + ``` + DEBUG_MODE=DEBUG + ``` + The logger is working with Tslog, which work with 7 different levels of log : SILLY = 0, TRACE = 1, DEBUG = 2, INFO = 3, WARN = 4, ERROR = 5, FATAL = 6 + By default, the minimum log level will be INFO (3). +
From a1b5dcb6817f0cc4232d78353bdfda2f5f7c9e2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 09:35:31 +0000 Subject: [PATCH 2/2] Bump get-func-name from 2.0.0 to 2.0.2 Bumps [get-func-name](https://github.com/chaijs/get-func-name) from 2.0.0 to 2.0.2. - [Release notes](https://github.com/chaijs/get-func-name/releases) - [Commits](https://github.com/chaijs/get-func-name/commits/v2.0.2) --- updated-dependencies: - dependency-name: get-func-name dependency-type: indirect ... Signed-off-by: dependabot[bot]