Skip to content

Commit

Permalink
Remove no longer needed default
Browse files Browse the repository at this point in the history
  • Loading branch information
ifavo committed Sep 13, 2024
1 parent 1390293 commit b6686da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/backend/src/utils/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import winstonDaily from 'winston-daily-rotate-file';
import { LOG_DIR } from '../config';

// logs dir
const logDir: string = join(__dirname, LOG_DIR ?? '../logs');
const logDir: string = join(__dirname, LOG_DIR);

if (!existsSync(logDir)) {
mkdirSync(logDir);
Expand Down

0 comments on commit b6686da

Please sign in to comment.