We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
configure log level over env vars
zorko-platform/packages/util-logger/lib/types/PinoLogger.mjs
Line 31 in 142cb28
censor: '**SENSITIVE DATA**', }, // TODO: configure log level over env vars level: context.level || 'info', browser: context.browser || null, } if (context.isPrettyPrint) { defaults.prettyPrint = { colorize: true, translateTime: 'yyyy-mm-dd HH:MM:ss.l' } } log = pino(defaults) } ndex 98673b5..1a3143d 100644 ++ b/packages/util-use-case/lib/adapters/toError.mjs
cf25df8054152604b69979229a50e9ee18532028
The text was updated successfully, but these errors were encountered:
No branches or pull requests
configure log level over env vars
zorko-platform/packages/util-logger/lib/types/PinoLogger.mjs
Line 31 in 142cb28
cf25df8054152604b69979229a50e9ee18532028
The text was updated successfully, but these errors were encountered: