Changelog
4.1.0 - 2020-12-09
ensureConfigOverride
configuration setting. This feature provides
a mechanism for modules and top level applications to require that certain
configuration values are changed during startup. This is useful when a
deployment must use a different configuration than the development settings
to be valid.Changelog
4.0.0 - 2020-12-07
config.loggers.console
. See:
https://github.com/winstonjs/winston/blob/master/UPGRADE-3.0.mdlogform
API. See:
https://github.com/winstonjs/logform // formatter options:
// default, json, logstash or a custom formatter function
config.loggers.console.bedrock.formatter = 'default';
Changelog
3.3.1 - 2020-12-07
lodash
dependency with standalone per method packages.Changelog
3.1.0 - 2019-11-13
getpwnam
in posix
to uid-number
package.