This stable release consists of the same code of the RC1 with few usability improvements.
A new option is now available to set to set the maximum level for the messages to be sent to rollbar.
This is quite useful if we configure a periodical init_replica (e.g. pgsql source type refreshed every hour) and we don't want to fill rollbar with noise.
For example chameleon init_replica --source pgsql --rollbar-level critical
will send to rollbar only messages marked as critical.
There is now a command line alias chameleon
which is a wrapper for chameleon.py
.
A new command enable_replica
is now available to enable the source's replica if the source is not stopped clean.
Changelog from v2.0rc1
- Add option
--rollbar-level
to set the maximum level for the messages to be sent to rollbar. Accepted values: "critical", "error", "warning", "info". The Default is "info". - Add command
enable_replica
used to reset the replica status in case of error or unespected crash - Add script alias
chameleon
along withchameleon.py