Changelog
1.6.0 - 2017-07-27
Changelog
1.5.0 - 2017-07-24
child(meta)
method to create a child logger with common metadata for
each logging call. The special module
meta key can be used to prefix
messages with [module]
and is removed from the message details.
child(name)
is a shortcut for child({module: name})
.Changelog
1.4.1 - 2017-02-02
config.paths
. A warning will be printed. A
future major version will force values to be set by applications.Changelog
1.4.0 - 2016-12-09
config.paths
with log
and cache
entries. This is designed to be a
simple single point of configuration for the root logging and cache paths.Changelog
1.3.0 - 2016-12-07
bedrock.util.config
utilities:
bedrock.util.config.Config
OO wrapper API.bedrock.util.config.main
Config wrapper for bedrock.config
.Changelog
1.2.5 - 2016-07-29
Changelog
1.2.2 - 2016-05-30