Skip to content

Commit 8a9f500

Browse files
committed
chore: enable debugger logs in prod
Signed-off-by: Yeganathan S <63534555+skwowet@users.noreply.github.com>
1 parent 9553e2c commit 8a9f500

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

services/apps/cron_service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@crowd/cron-service",
33
"private": true,
44
"scripts": {
5-
"start": "SERVICE=cron-service tsx src/main.ts",
5+
"start": "SERVICE=cron-service LOG_LEVEL=trace tsx src/main.ts",
66
"start:debug:local": "set -a && . ../../../backend/.env.dist.local && . ../../../backend/.env.override.local && set +a && SERVICE=cron-service LOG_LEVEL=trace tsx --inspect=0.0.0.0:9232 src/main.ts",
77
"start:debug": "SERVICE=cron-service LOG_LEVEL=trace tsx --inspect=0.0.0.0:9232 src/main.ts",
88
"dev:local": "nodemon --watch src --watch ../../libs --ext ts --exec pnpm run start:debug:local",

services/apps/data_sink_worker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@crowd/data-sink-worker",
33
"private": true,
44
"scripts": {
5-
"start": "SERVICE=data-sink-worker tsx src/main.ts",
5+
"start": "SERVICE=data-sink-worker LOG_LEVEL=trace tsx src/main.ts",
66
"start:debug:local": "set -a && . ../../../backend/.env.dist.local && . ../../../backend/.env.override.local && set +a && SERVICE=data-sink-worker LOG_LEVEL=trace tsx --inspect=0.0.0.0:9233 src/main.ts",
77
"start:debug": "SERVICE=data-sink-worker LOG_LEVEL=trace tsx --inspect=0.0.0.0:9233 src/main.ts",
88
"dev:local": "nodemon --watch src --watch ../../libs --ext ts --exec pnpm run start:debug:local",

0 commit comments

Comments
 (0)