We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eed2f1f commit 3184feeCopy full SHA for 3184fee
app/services/webapp/index.ts
@@ -17,7 +17,7 @@ export class WebApp extends Service {
17
constructor(container: Container) {
18
super(container);
19
20
- this.app.use(pinoHttp({ base: undefined }));
+ this.app.use(pinoHttp({ base: undefined, level: process.env.LOG_LEVEL || "info" }));
21
22
for (const addAPI of APIs) {
23
addAPI(this);
0 commit comments