The Wayback Machine - https://web.archive.org/web/20220127182648/https://github.com/topics/log4js-node
Skip to content
#

log4js-node

Here are 12 public repositories matching this topic...

rogerkjoy
rogerkjoy commented Aug 28, 2020

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);

Improve this page

Add a description, image, and links to the log4js-node topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the log4js-node topic, visit your repo's landing page and select "manage topics."

Learn more