SatelliteQE / automation-tools

A set of tools to help to automate testing Foreman with Robottelo (https://github.com/SatelliteQE/robottelo)
GNU General Public License v3.0
16 stars 33 forks source link

Enable debug logging in Foreman and Katello #303

Open JacobCallahan opened 8 years ago

JacobCallahan commented 8 years ago

I propose that we enable debug logging in Foreman and Katello to give us more information, after all our jobs are run. The process is detailed in [1]. We don't have to go as far as enabling debugging on the other products, but that option is there as well.

[1] - https://access.redhat.com/solutions/1155573

JacobCallahan commented 8 years ago

It looks like we should be able to set this during installation.

--foreman-logging-level Logging level of the Foreman application (valid values: debug, info, warn, error, fatal) (default: "info")