-
Notifications
You must be signed in to change notification settings - Fork 768
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
The object tree depth on the console is insufficient for some uses.
Need to be able to specify layout options for the message via the util's formatWithOptions
parameter InspectOptions
log4js/lib/layouts.js: 165
function formatMessage(loggingEvent) {
return util.formatWithOptions({colors: true, depth: 3, compact: true, breakLength: 80, showHidden: true}, ...loggingEvent.data);
}
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed