Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

v3.5.2

Compare
Choose a tag to compare
@dazoakley dazoakley released this 18 Nov 10:53
· 191 commits to main since this release
1491af0

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.