Bug #22810
closedcapsule-certs-generate logfile should be under /var/log/foreman*
Description
Description of problem:
capsule-certs-generate tool logs to /var/log/capsule-certs-generate.log . Since the log is foreman or foreman-installer relevant, the logfile should be placed under either directory:
/var/log/foreman/
/var/log/foreman-installer/
Version-Release number of selected component (if applicable):
Sat 6.2.13
How reproducible:
100%
Steps to Reproduce:
1. Invoke capsule-certs-generate
2. concurrently run:
lsof -p $(ps aux | grep -v grep | grep capsule-certs-generate | awk '{ print $2 }') | grep log
to see what logfile the tool uses
Actual results:
2. to return /var/log/foreman-installer/capsule-certs-generate.log
Expected results:
2. returns /var/log/capsule-certs-generate.log
Updated by The Foreman Bot almost 7 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello-installer/pull/601 added
Updated by Chris Roberts almost 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello-installer|f321f98eb4e2e2e09424ab0346cc854e08819dd5.