cap-js-community / feature-toggle-library

SAP BTP feature toggle library enables Node.js applications using the SAP Cloud Application Programming Model to maintain live-updatable feature toggles via Redis.
https://cap-js-community.github.io/feature-toggle-library/
Apache License 2.0
5 stars 2 forks source link

uniqueName should be visible in init log #77

Closed rlindner81 closed 2 weeks ago

rlindner81 commented 1 month ago

The active uniqueName is important to understand which toggles in Redis are used. It should be displayed in the initial log line.

11:27:30.747 | INFO | /FeatureToggles | finished initialization with 112 feature toggles (0 runtime, 112 file, 0 auto) with NO_REDIS
rlindner81 commented 2 weeks ago

Fixed with #83