Skip to content

Commit

Permalink
chore: set logging console to default
Browse files Browse the repository at this point in the history
  • Loading branch information
becem-gharbi committed May 18, 2023
1 parent 28e1593 commit f8a35aa
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,6 @@ 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 f8a35aa

Please sign in to comment.