Skip to content

Logger Output #259

@rwhite-lightbox

Description

@rwhite-lightbox

Is it possible to cleanup or simplify the output from the logger when in development or running from serverless-offline? The JSON is basically unreadable in a command window.

Here is how I'm declaring lambda-api:
const api = require('lambda-api')( { base: '/api',
compression: true,
logger: { level: 'warn',
stack: process.env.STAGE_ENV === 'DEV' ? true : false } } );

I'm only using res.log.error in my caught error handlers:
} catch (error) {
req.log.error(Unable to gather settings.);
req.log.error(error);

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions