Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
Feature/payment (#2)
Browse files Browse the repository at this point in the history
* feat: init pay webhook

* disable env log checking
  • Loading branch information
ZigBalthazar authored Sep 1, 2024
1 parent 341844f commit 071c113
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common/utils/logger-module-factory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ export function loggerModuleFactory(
});
}

if (environment !== 'production') {
// if (environment !== 'production') {
targets.push({ level, target: 'pino/file', options: { destination: 1 } });
}
// }
return {
pinoHttp: {
transport: {
Expand Down

0 comments on commit 071c113

Please sign in to comment.