Skip to content

Commit

Permalink
Changes log level to debug -- #39
Browse files Browse the repository at this point in the history
  • Loading branch information
chrtannus committed Mar 11, 2025
1 parent 310a648 commit e02634c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .env.defaults
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
NODE_ENV=development
PORT=3000
LOG_LEVEL=info
LOG_LEVEL=debug
BASE_URL=http://localhost:3000
MONGO_URL=mongodb://localhost:27017/?readPreference=primary&appname=iRegulon&directConnection=true&ssl=false
MONGO_ROOT_NAME=iregulon
Expand Down
3 changes: 0 additions & 3 deletions .env.local
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
NODE_ENV=development
PORT=3000
LOG_LEVEL=info
BASE_URL=http://localhost:3000
MONGO_COLLECTION_QUERIES=queries
REPORT_SECRET=baderlab

0 comments on commit e02634c

Please sign in to comment.