feat: generate recipients and fields based on recipients

This commit is contained in:
Ephraim Atta-Duncan
2025-11-17 01:44:22 +00:00
parent 9e0f07f806
commit dbed8b362e
15 changed files with 1539 additions and 241 deletions

View File

@ -27,7 +27,7 @@ if (loggingFilePath) {
}
export const logger = pino({
level: 'info',
level: env('LOG_LEVEL') || 'info',
transport:
transports.length > 0
? {