Resume suppressing sql debug logs when building
This commit is contained in:
parent
6585b29652
commit
bcbba9b08f
@ -298,7 +298,8 @@ export const OG_TEXT_BOTTOM_ALIGNMENT =
|
||||
export const ADMIN_DEBUG_TOOLS_ENABLED = process.env.ADMIN_DEBUG_TOOLS === '1';
|
||||
export const ADMIN_DB_OPTIMIZE_ENABLED = process.env.ADMIN_DB_OPTIMIZE === '1';
|
||||
export const ADMIN_SQL_DEBUG_ENABLED =
|
||||
process.env.ADMIN_SQL_DEBUG === '1';
|
||||
process.env.ADMIN_SQL_DEBUG === '1' &&
|
||||
!IS_BUILDING;
|
||||
|
||||
export const APP_CONFIGURATION = {
|
||||
// Storage
|
||||
|
||||
Loading…
Reference in New Issue
Block a user