We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be056c7 commit de32594Copy full SHA for de32594
src/index.ts
@@ -8,8 +8,6 @@ import { startCrontab } from '~/crontab';
8
9
startApp();
10
11
-logger.warn({ env: process.env, config }, `DEBUG ENV`);
12
-
13
if (!config.readOnly) {
14
logger.info('Running in read-write mode. Starting crontab...');
15
startCrontab();
0 commit comments