Explore JWQL monitoring logs through the web browser.


This page allows users to load monitoring logs into the web browsers. This feature obtains logs from all JWQL servers (ops, dev, and test).


{{ csrf_input }}

Select JWQL Monitoring Log

{% for log_name in all_logs %} {% endfor %}




{% if log_text %}

{{ log_name|safe }}


                    {{ log_text }}
                
{% endif %}