Project

General

Profile

Feature #14608

Updated by Lukas Zapletal about 8 years ago

AFAIK Squid is already part Description of sosreport, so we problem: 
 Since pulp lazy sync, squid has been added to Satellite while the process logs to /var/log/squid/ . foreman-debug should skip it when -g option is passed in. 

 https://github.com/sosreport/sos/blob/master/sos/plugins/squid.py collect that log dir. 


 Version-Release number of selected component (if applicable): 
 foreman-debug-1.11.0.11-1.el7sat.noarch 


 How reproducible: 
 100% 


 Steps to Reproduce: 
 1. rm -f /tmp/foreman-debug-* 
 2. foreman-debug 
 3. tar xvJf /tmp/foreman-debug-* | grep squid 


 Actual results: 
 3. shows no squid log file captured 


 Expected results: 
 3. to show foreman-debug collected squid logfiles

Back