Actions
Bug #23785
closedDo not log large response bodies
Status:
Duplicate
Priority:
Normal
Assignee:
Category:
Container
Target version:
Description
The concerns/api/api_controller.rb has a debug statement in process_action method. When docker pull directly against server (not crane :5000) the blobs (large binary data) is logged. Needs to be a way to either override this method or skip large bodies.
Updated by John Mitsch over 6 years ago
- Category set to Container
- Assignee set to Thomas McKay
- Translation missing: en.field_release set to 349
Updated by Stephen Benjamin over 6 years ago
Also happens for uploading packages/puppet modules, really ugly:
16:41:24 rails.1 | 2018-06-14T16:41:24 [D|app|e1d01] Setting current user thread-local variable to admin 16:41:24 rails.1 | 2018-06-14T16:41:24 [I|kat|e1d01] PUT: https://centos7-devel.zpm.example.com/pulp/a露 C�۾/�R]��j����S���L\��u<��5��;Or���h��ղ��v'��VWWWU�e���e:uܤ>�R��jl5��ݧ��6���k�m��j��~����f���t�_{��D�DZ�Y$߬͜�
Updated by Thomas McKay over 6 years ago
- Status changed from New to Duplicate
Fixed in duplicate https://projects.theforeman.org/issues/23835
Updated by Anonymous over 6 years ago
- Related to Bug #24370: PUT requests content is logged in info level added
Updated by Stephen Benjamin over 6 years ago
- Status changed from Duplicate to New
Not a duplicate. The fix in #23835 only fixes one case. Uploading RPM's, files, etc to a repository still get logged.
Updated by Stephen Benjamin over 6 years ago
- Status changed from New to Duplicate
Er nevermind, just leave this is a duplicate and #24370 can be used for repository uploading.
Updated by Samir Jha over 6 years ago
- Target version changed from Katello 3.8.0 to Katello Recycle Bin
Actions