Skip to content

Commit

Permalink
disable db logging
Browse files Browse the repository at this point in the history
  • Loading branch information
rpuls committed Dec 27, 2024
1 parent 0d96b8f commit 3a95a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/medusa-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ loadEnv(process.env.NODE_ENV, process.cwd());
const medusaConfig = {
projectConfig: {
databaseUrl: DATABASE_URL,
databaseLogging: true,
databaseLogging: false,
redisUrl: REDIS_URL,
workerMode: WORKER_MODE,
http: {
Expand Down

0 comments on commit 3a95a1a

Please # to comment.