Skip to content

Commit

Permalink
chore: set loggin console to trace
Browse files Browse the repository at this point in the history
  • Loading branch information
becem-gharbi committed May 18, 2023
1 parent 946c701 commit e3feb6c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
APP_NAME =
CREDENTIAL_SECRET =
PORT =
MONGO_DB_URL =
7 changes: 7 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit e3feb6c

Please sign in to comment.