You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a panel to select/enable ad hoc loggers. If none of the logger is selected then an empty tracer config header is sent which causes request to fail on server side. This has been handled better with SLING-6118 however it would be good that plugin does not send any header if no logger is selected
The text was updated successfully, but these errors were encountered:
@chetanmeh I changed it to send Sling-Tracer-Config:sling-tracer-configs-not-set;caller=true if no tracer sets are specified. I did this so we can still send ;caller=true which is now helpful (with the new LoggerNames panel) to pick a tracerSet to tracer on; else its a chicken-and-the-egg situation.
This seems to work fine unless there is a better syntax?
Note that the logger names are collected by default and does not depend on passing caller param. That param is only required if you are interested in caller stacks
There is a panel to select/enable ad hoc loggers. If none of the logger is selected then an empty tracer config header is sent which causes request to fail on server side. This has been handled better with SLING-6118 however it would be good that plugin does not send any header if no logger is selected
The text was updated successfully, but these errors were encountered: