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
While investigating issues, it would be useful to expand our DSL to support custom log levels that can be defined via the log4j.xml file. Usually, we rely on using the debug_changeLevel endpoint, but it can be tricky to use this option when we need some early log messages.
Ideally, we have the option of creating a custom log4j.xml file via our DSL when creating a test node.
The text was updated successfully, but these errors were encountered:
lucassaldanha
changed the title
Add support for using custom log4j.xml file running ATs
Update DSL to support using custom log4j.xml file running ATs
Oct 14, 2024
While investigating issues, it would be useful to expand our DSL to support custom log levels that can be defined via the log4j.xml file. Usually, we rely on using the debug_changeLevel endpoint, but it can be tricky to use this option when we need some early log messages.
Ideally, we have the option of creating a custom log4j.xml file via our DSL when creating a test node.
It could look like something like this:
The text was updated successfully, but these errors were encountered: