nomandstrct

Results 3 comments of nomandstrct

@markdascher you are doing the greatest job. But is there any way we can just remove this meta from logging

worst work around ``` new Papertrail({ ...configService.get('papertrail'), inlineMeta: true, logFormat(level, message) { let cleanMessage = message.replace(/\s*{\s*context:.*[^']/g, ''); cleanMessage = cleanMessage.replace(/\s*{\s*message:.*[^']/g, ''); return cleanMessage.trim(); }, }),