Description of problem: automation.log fills with debug XML traces. A new trace is created every time a new call is made to MiqAeWorkspaceRuntime.instantiate Version-Release number of selected component (if applicable): 5.9.0.22 How reproducible: Every time Additional info: The problem seems to be with this this line: https://github.com/ManageIQ/manageiq-automation_engine/blob/master/lib/miq_automation_engine/engine/miq_ae_engine.rb#L302
Madhu - I believe it is related to PR https://github.com/ManageIQ/manageiq/pull/16990 which required a followup PR https://github.com/ManageIQ/manageiq/pull/17001 to fix specs for the same code line identified in this BZ description. Hoping Nick can also help in resolving this issue.
Found that the automate and policy log handles are not being configured to use a user configured setting like other loggers. To resolve we need to configure and set log levels for these two. PR in progress.
PR: https://github.com/ManageIQ/manageiq/pull/17130
Fixed and verified in 5.10.0.1.20180619163011_900fdc4. XML debug messages are not shown anymore in automation.log