Project

General

Profile

Actions

Bug #22810

closed

capsule-certs-generate logfile should be under /var/log/foreman*

Added by Chris Roberts about 6 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Installer
Target version:
Difficulty:
trivial
Triaged:
Fixed in Releases:
Found in Releases:

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

Actions #1

Updated by The Foreman Bot about 6 years ago

  • Status changed from New to Ready For Testing
  • Pull request https://github.com/Katello/katello-installer/pull/601 added
Actions #2

Updated by Chris Roberts about 6 years ago

  • Status changed from Ready For Testing to Closed
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF