This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
v3.5.2
Addition of a new ENV variable LOG_LEVEL
. By default Bandiera will log at INFO
upwards, if this is not your preference, you can now change this using this variable. Accepted inputs are the constants in Logger::Severity i.e. DEBUG
, INFO
etc.
Added some DEBUG logging outputting the response from Bandiera to a v2 API request. This doesn't contain any user identifying data, but can be useful for users/admins when debugging flag/api issues.