Actions
Bug #29311
closedDeprecation warnings are not being printed for Katello
Difficulty:
trivial
Triaged:
Yes
Bugzilla link:
Pull request:
Description
We are using the following warnings in the Katello controller code:
This commit looks like it silenced it:
https://github.com/theforeman/foreman/commit/0fd467c844fd200b5da72a0c670a5ac2bd4a61d6
This issue looks to log the warning to Rails for the API calls we care about and ignore the deprecated Rails calls we do not care about.
Actions