Version 0.6.8
Just a few small changes / fixes in this release:
- New
Error.log
contains all errors (used to be inCronicle.log
). - New
Transaction.log
contains all transactions (used to be inCronicle.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).