David Griffon created UNOMI-844:
-----------------------------------
Summary: move console logs to debugs
Key: UNOMI-844
URL: https://issues.apache.org/jira/browse/UNOMI-844
Project: Apache Unomi
Issue Type: Task
Components: unomi-tracker
Affects Versions: unomi-tracker-1.4.0
Reporter: David Griffon
The tracker is generating too much js logs in the console.
As the logs still relevant for development or debug, we have to move them from
{code}
console.log()
{code}
to
{code}
console.debug()
{code}
To enable debug log level on Chrome, you have to set the log level to *verbose*
--
This message was sent by Atlassian Jira
(v8.20.10#820010)