mirror of
https://github.com/documenso/documenso.git
synced 2025-11-20 03:32:14 +10:00
feat: generate recipients and fields based on recipients
This commit is contained in:
@ -27,7 +27,7 @@ if (loggingFilePath) {
|
||||
}
|
||||
|
||||
export const logger = pino({
|
||||
level: 'info',
|
||||
level: env('LOG_LEVEL') || 'info',
|
||||
transport:
|
||||
transports.length > 0
|
||||
? {
|
||||
|
||||
Reference in New Issue
Block a user