mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
chore: enable error tracing when not in debug mode
This commit is contained in:
parent
094640cf90
commit
35ad0ac7f5
@ -14,7 +14,7 @@ import { logger } from '@pockethost/common'
|
||||
import { centralDbService } from './services/CentralDbService'
|
||||
import { instanceLoggerService } from './services/InstanceLoggerService'
|
||||
|
||||
logger({ debug: DEBUG, trace: TRACE })
|
||||
logger({ debug: DEBUG, trace: TRACE, errorTrace: !DEBUG })
|
||||
|
||||
// npm install eventsource --save
|
||||
global.EventSource = require('eventsource')
|
||||
|
Loading…
x
Reference in New Issue
Block a user