Bug #26018
closedExtra logging in Production logs
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1623937
Description of problem: We are observing extra logging in the production logs which is crowding the production logs even when no debug logging is enabled
Version-Release number of selected component (if applicable): 6.4 HTB
How reproducible: Always.
Steps to Reproduce:
1. Sync a Repo on the and wait until it completes.
2. Simultaneously check the production logs and you will see something as below:
---snip -----
2018-08-30T09:13:30 [I|kat|] GET: https://satellite.example.com/pulp/api/v2/repositories/5fad9c2f-2e8b-48d1-981a-ddc6ff8e649a/?details=true: {"content_type"=>"application/json", "accept"=>"application/json"}
---snip ------
Actual results:
Extra logging is observed
Expected results:
Logging should be minimal if logging level is info
Additional info:
Attaching relevant part of the production logs on the bz