Log message: DEPRECATED: logger (or mx.logger), use console.debug instead -- will be removed in version 11.0

1
Hello guys, I get a lot of these log messages in my app.   I searched the forum but got only outdated questions where you need to update logger to mx.logger. Like this post: Mendix Forum - Question Details I found nothing to console.debug What should I do to get rid of these messages?   Thanks in advance and have a great day
asked
1 answers
2

Hi Marcel,

This is generally caused by an older widget. You can unzip the widget, and update the mx.logger function to console.{logLevel}.

Unfortunately, I do not know how to identify which widget is causing the issue. Best would be to see which page causes the log message and then check which widget is used on the page

answered