You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using trackEventWithTitle API to collect analytics, but I don't want to see all the logs in the console this lib puts.
Tried setting the logLevel, but no matter if I set TEALLogLevel to TEALLogLevelNone - I still see logs in the console for some reason.
Yes - I don't want to see even analytics event logs, wanna focus on my own logs.
Am I doing something wrong? How can I completely disable all the console logs?
What is interesting, I see this message in the Xcode console: TEALIUM iOS 5.6.6: xxx.yyy.zzz: Log level set from remote: dev, where xxx.yyy.zzz is my id hidden intentionally.
Looks like the log level can be set remotely somehow, so I'm wondering:
does the remote setting (dev) override the local log-level setting (none)?
what is a remote? perhaps a dashboard of my Tealium account?
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I'm using
trackEventWithTitle
API to collect analytics, but I don't want to see all the logs in the console this lib puts.Tried setting the logLevel, but no matter if I set
TEALLogLevel
to TEALLogLevelNone - I still see logs in the console for some reason.Yes - I don't want to see even analytics event logs, wanna focus on my own logs.
Am I doing something wrong? How can I completely disable all the console logs?
What is interesting, I see this message in the Xcode console:
TEALIUM iOS 5.6.6: xxx.yyy.zzz: Log level set from remote: dev
, wherexxx.yyy.zzz
is my id hidden intentionally.Looks like the log level can be set remotely somehow, so I'm wondering:
remote
? perhaps a dashboard of my Tealium account?Thanks
The text was updated successfully, but these errors were encountered: