1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-11 00:08:30 +01:00

feat: better logging for old and new frontend api differences (#6524)

This commit is contained in:
Mateusz Kwasniewski 2024-03-12 16:22:16 +01:00 committed by GitHub
parent bfbd18eb97
commit 6278cdb6c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -195,7 +195,7 @@ export default class FrontendAPIController extends Controller {
)
) {
this.logger.warn(
`old features and new features are different. Old count ${toggles.length}, new count ${newToggles.length}`,
`old features and new features are different. Old count ${toggles.length}, new count ${newToggles.length}, projects ${req.user.projects}, environment ${req.user.environment}`,
);
}
} else {