Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem:
Logs are flooded with redundant/unnecessary information.
Eg.
---------------
2019-03-08T15:36:17 [I|app|b51bad81] Processing by ForemanTasks::Api::TasksController#bulk_search as */*
2019-03-08T15:36:17 [I|app|b51bad81] Parameters: {"per_page"=>9999999, "searches"=>[{"type"=>"task", "task_id"=>"498090f5-6885-4441-a04c-ca0133e6e554"}], "task"=>{}}
2019-03-08T15:36:17 [I|app|b51bad81] Authorized user xxxx(xxxx )
2019-03-08T15:36:17 [I|app|b51bad81] Current user set to xxxx (admin)
2019-03-08T15:36:17 [I|app|b51bad81] Completed 200 OK in 124ms (Views: 0.7ms | ActiveRecord: 29.2ms)
2019-03-08T15:36:27 [I|app|] Started POST "/foreman_tasks/api/tasks/bulk_search" for 127.0.0.1 at 2019-03-08 15:36:27 +0000
2019-03-08T15:36:27 [I|app|e73a61f4] Processing by ForemanTasks::Api::TasksController#bulk_search as */*
2019-03-08T15:36:27 [I|app|e73a61f4] Parameters: {"per_page"=>9999999, "searches"=>[{"type"=>"task", "task_id"=>"498090f5-6885-4441-a04c-ca0133e6e554"}], "task"=>{}}
2019-03-08T15:36:27 [I|app|e73a61f4] Authorized user xxxx(xxxx )
2019-03-08T15:36:27 [I|app|e73a61f4] Current user set to xxxx (admin)
2019-03-08T15:36:27 [I|app|e73a61f4] Completed 200 OK in 138ms (Views: 1.1ms | ActiveRecord: 24.3ms)
2019-03-08T15:36:38 [I|app|] Started POST "/foreman_tasks/api/tasks/bulk_search" for 127.0.0.1 at 2019-03-08 15:36:38 +0000
2019-03-08T15:36:38 [I|app|a3cc2315] Processing by ForemanTasks::Api::TasksController#bulk_search as */*
2019-03-08T15:36:38 [I|app|a3cc2315] Parameters: {"per_page"=>9999999, "searches"=>[{"type"=>"task", "task_id"=>"498090f5-6885-4441-a04c-ca0133e6e554"}], "task"=>{}}
2019-03-08T15:36:38 [I|app|a3cc2315] Authorized user xxxx(xxxx )
2019-03-08T15:36:38 [I|app|a3cc2315] Current user set to xxxx (admin)
2019-03-08T15:36:38 [I|app|a3cc2315] Completed 200 OK in 130ms (Views: 0.8ms | ActiveRecord: 24.9ms)
< here is also some issue, why is 36:38, before 36:11
2019-03-08T15:36:11 [I|app|] Current user set to xxxx (admin)
2019-03-08T15:36:11 [I|app|] Current user set to xxxx (admin)
2019-03-08T15:36:11 [I|app|] Current user set to xxxx (admin)
2019-03-08T15:36:11 [I|app|] Current user set to xxxx (admin)
2019-03-08T15:36:11 [I|app|] Current user set to xxxx (admin)
2019-03-08T15:36:11 [I|app|] Current user set to xxxx (admin)
[ ... ] - list goes on and on and on
2019-03-08T15:36:43 [I|app|] Started POST "/foreman_tasks/api/tasks/bulk_search" for 127.0.0.1 at 2019-03-08 15:36:43 +0000
2019-03-08T15:36:43 [I|app|c1f24fd1] Processing by ForemanTasks::Api::TasksController#bulk_search as */*
2019-03-08T15:36:43 [I|app|c1f24fd1] Parameters: {"per_page"=>9999999, "task"=>{}}
.....
Note: Also the timing is not sequential, after 15:36:38 it shows 15:36:11. See hint above.
Version-Release number of selected component (if applicable): 6.5
How reproducible: Unsure.
Steps to Reproduce: Unsure.
Actual results:
Unnecessary logs.
Expected results:
Sequential logs and no redundant information that floods the logs.
Additional info:
Customer case will be linked.
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHSA-2020:1454
Description of problem: Logs are flooded with redundant/unnecessary information. Eg. --------------- 2019-03-08T15:36:17 [I|app|b51bad81] Processing by ForemanTasks::Api::TasksController#bulk_search as */* 2019-03-08T15:36:17 [I|app|b51bad81] Parameters: {"per_page"=>9999999, "searches"=>[{"type"=>"task", "task_id"=>"498090f5-6885-4441-a04c-ca0133e6e554"}], "task"=>{}} 2019-03-08T15:36:17 [I|app|b51bad81] Authorized user xxxx(xxxx ) 2019-03-08T15:36:17 [I|app|b51bad81] Current user set to xxxx (admin) 2019-03-08T15:36:17 [I|app|b51bad81] Completed 200 OK in 124ms (Views: 0.7ms | ActiveRecord: 29.2ms) 2019-03-08T15:36:27 [I|app|] Started POST "/foreman_tasks/api/tasks/bulk_search" for 127.0.0.1 at 2019-03-08 15:36:27 +0000 2019-03-08T15:36:27 [I|app|e73a61f4] Processing by ForemanTasks::Api::TasksController#bulk_search as */* 2019-03-08T15:36:27 [I|app|e73a61f4] Parameters: {"per_page"=>9999999, "searches"=>[{"type"=>"task", "task_id"=>"498090f5-6885-4441-a04c-ca0133e6e554"}], "task"=>{}} 2019-03-08T15:36:27 [I|app|e73a61f4] Authorized user xxxx(xxxx ) 2019-03-08T15:36:27 [I|app|e73a61f4] Current user set to xxxx (admin) 2019-03-08T15:36:27 [I|app|e73a61f4] Completed 200 OK in 138ms (Views: 1.1ms | ActiveRecord: 24.3ms) 2019-03-08T15:36:38 [I|app|] Started POST "/foreman_tasks/api/tasks/bulk_search" for 127.0.0.1 at 2019-03-08 15:36:38 +0000 2019-03-08T15:36:38 [I|app|a3cc2315] Processing by ForemanTasks::Api::TasksController#bulk_search as */* 2019-03-08T15:36:38 [I|app|a3cc2315] Parameters: {"per_page"=>9999999, "searches"=>[{"type"=>"task", "task_id"=>"498090f5-6885-4441-a04c-ca0133e6e554"}], "task"=>{}} 2019-03-08T15:36:38 [I|app|a3cc2315] Authorized user xxxx(xxxx ) 2019-03-08T15:36:38 [I|app|a3cc2315] Current user set to xxxx (admin) 2019-03-08T15:36:38 [I|app|a3cc2315] Completed 200 OK in 130ms (Views: 0.8ms | ActiveRecord: 24.9ms) < here is also some issue, why is 36:38, before 36:11 2019-03-08T15:36:11 [I|app|] Current user set to xxxx (admin) 2019-03-08T15:36:11 [I|app|] Current user set to xxxx (admin) 2019-03-08T15:36:11 [I|app|] Current user set to xxxx (admin) 2019-03-08T15:36:11 [I|app|] Current user set to xxxx (admin) 2019-03-08T15:36:11 [I|app|] Current user set to xxxx (admin) 2019-03-08T15:36:11 [I|app|] Current user set to xxxx (admin) [ ... ] - list goes on and on and on 2019-03-08T15:36:43 [I|app|] Started POST "/foreman_tasks/api/tasks/bulk_search" for 127.0.0.1 at 2019-03-08 15:36:43 +0000 2019-03-08T15:36:43 [I|app|c1f24fd1] Processing by ForemanTasks::Api::TasksController#bulk_search as */* 2019-03-08T15:36:43 [I|app|c1f24fd1] Parameters: {"per_page"=>9999999, "task"=>{}} ..... Note: Also the timing is not sequential, after 15:36:38 it shows 15:36:11. See hint above. Version-Release number of selected component (if applicable): 6.5 How reproducible: Unsure. Steps to Reproduce: Unsure. Actual results: Unnecessary logs. Expected results: Sequential logs and no redundant information that floods the logs. Additional info: Customer case will be linked.