diff --git a/.env.example b/.env.example index 9e5cb5c..4bd7a5a 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,3 @@ APP_NAME = CREDENTIAL_SECRET = -PORT = MONGO_DB_URL = \ No newline at end of file diff --git a/src/index.ts b/src/index.ts index 48abd94..e0ea35c 100644 --- a/src/index.ts +++ b/src/index.ts @@ -37,6 +37,13 @@ const settings: LocalSettings = { storage: storage, appName: process.env.APP_NAME || "default", }, + logging: { + console: { + level: "trace", + audit: false, + metrics: false, + }, + }, }; const app = express();