Hi!
After recent question from our customer we found some issues while setting log level to DEBUG mode in our application on QRadar 7.3.3.
We tried different ways to change log level:
1) API request to https://<console_ip>/console/plugins/{application_id}/app_proxy/log_level
2) Adding “debug=True” into app.run() paramters in Flask entry point (run.py) and restarting Flask in docker container
3) Creating FLASK_DEBUG=1 env variable in docker container and restarting Flask
Unfortunately none of them was helpful – in app.log file there are still no [DEBUG] string or strings with level differing from [INFO].
Could you please help us providing right way to change log level to DEBUG?
#QRadar#Support#SupportMigration