Skip to content

Version 0.6.8

Compare
Choose a tag to compare
@jhuckaby jhuckaby released this 17 Feb 05:30
· 323 commits to master since this release

Just a few small changes / fixes in this release:

  • New Error.log contains all errors (used to be in Cronicle.log).
  • New Transaction.log contains all transactions (used to be in Cronicle.log).
  • More tweaks to socket.io-client to make it more resilient with bad server connections.

So now Cronicle.log will only contain debugging messages, and errors and transactions are broken out into their own separate logs. Note that this only happens when you use the default log_filename that uses the [component] placeholder macro like this:

"log_filename": "[component].log",

If you change this to be a static filename, all log entries will be merged in the same log (except for crash.log and install.log which are always separate).