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:
parent
bfbd18eb97
commit
6278cdb6c7
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user