Currently, customer support logs refresh every 5 minutes, which is too frequent and may result in unnecessary resource use. To improve performance and align with support needs, update the timer to refresh logs every 30 minutes instead of every 5 minutes.
Also we are going to divide logs into two catagories :
Important : Error logs in app
Not important : Error + Info logs in webview + Info logs (request logs)
This will default to important logs only, If user wants to enable not important logs then user will go to
Currently, customer support logs refresh every 5 minutes, which is too frequent and may result in unnecessary resource use. To improve performance and align with support needs, update the timer to refresh logs every 30 minutes instead of every 5 minutes.
cc: @sheenhx