Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Listeners logs #105

Open
martinezguillaume opened this issue Jan 30, 2024 · 1 comment
Open

Listeners logs #105

martinezguillaume opened this issue Jan 30, 2024 · 1 comment

Comments

@martinezguillaume
Copy link

martinezguillaume commented Jan 30, 2024

Hi !
I have a small annoying problem when using the app on iOS. Each action on the didomi notice, I'm getting logs like this :

 WARN  Sending `on_show_notice` with no listeners registered.
 WARN  Sending `on_show_notice` with no listeners registered.
 WARN  Sending `on_consent_changed` with no listeners registered.
 WARN  Sending `on_notice_click_disagree` with no listeners registered.
 WARN  Sending `on_hide_notice` with no listeners registered.

I tried to modify the log level with setLogLevel method but without success
Do you have any idea on how to mute these ? Thanks !

@pmerlet-at-didomi
Copy link
Contributor

Hello @martinezguillaume , thanks for your feedback. Unfortunately this log is produced by the react-native framework, so changing the Didomi log level will not help.
We will try to fix this in a future release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants