Class DebugLogging
public
Defined in:
../build-config/src/debugging.ts:4
Module:
@warp-drive/build-config
Debug Logging
Many portions of the internals are helpfully instrumented with logging that can be activated
at build time. This instrumentation is always removed from production builds or any builds
that has not explicitly activated it. To activate it set the appropriate flag to true
.
setConfig(__dirname, app, {
debug: {
LOG_CACHE: false, // data store received to update cache with
LOG_NOTIFICATIONS: false,
LOG_REQUESTS: false,
LOG_REQUEST_STATUS: false,
LOG_IDENTIFIERS: false,
LOG_GRAPH: false,
LOG_INSTANCE_CACHE: false,
LOG_METRIC_COUNTS: false,
DEBUG_RELATIONSHIP_NOTIFICATIONS: false,
}
});
Methods
No documented items
Properties
- DEBUG_RELATIONSHIP_NOTIFICATIONS
- LOG_CACHE
- LOG_GRAPH
- LOG_IDENTIFIERS
- LOG_INSTANCE_CACHE
- LOG_METRIC_COUNTS
- LOG_NOTIFICATIONS
- LOG_REQUESTS
- LOG_REQUEST_STATUS
Events
No documented items