mirror of
https://github.com/log4js-node/log4js-node.git
synced 2025-12-08 19:26:01 +00:00
Added a config option called args, to determine how to log args: both (default for backward compatibility): under the fields property and as direct properties of the log object. fields: only under the fields property. direct: only as direct propertiesd of the log object.