web.debug how does it work?

Track-trace2a year ago

Just to test it i enabled <entry key='web.console'>true</entry> in traccar.xml
After restart i can go to my local traccar url/console and login to the database. That works.

So im looking how web.debug could be helpfull for debugging.

What should i expect when enabling <entry key='web.debug'>true</entry> in traccar.xml ?

Do i need to go to an url or should it show output somewhere ( didnt see any)?

I used this info https://www.traccar.org/configuration-file/

Anton Tananaeva year ago

It's only applicable to the legacy web app. It loads the non-minified version of the app.

Track-trace2a year ago

Ok thanks for the clarification.