Changelog
1.2.0 - 2016-03-30
bedrock.config.loggers.*.bedrock
for bedrock specific options....bedrock.enableChownDir
boolean option to control chown
ing file
logger directory to runtime userId.Changelog
1.1.1 - 2016-02-22
config.loggers
properties are Objects before accsesing
sub-properties. Fixes older configs that set other non-Object meta-data
along with loggers.Changelog
1.1.0 - 2016-02-11
bedrock.loggers.addTransport
can be made in event listeners
handling the bedrock-loggers.init
event.Changelog
1.0.8 - 2015-10-15
bedrock.init
event phase. Done to
allow access to fully setup config. Warn if default document loader is used
before jsonld initialized.bedrock.config.jsonld.strictSSL
used if available to configure jsonld
document loader.Changelog
1.0.7 - 2015-10-15
exit
now calls worker kill() vs disconnect() and process.exit(). Appears to
be more correct and works around a bug in node 4.x.