Bug #31091
Logging config - use absolute path lookup
Difficulty:
trivial
Triaged:
Yes
Pull request:
Description
We are using the relative file lookup for a config file, while it works in most cases, it's not the best to rely on relative paths.
Associated revisions
History
#1
Updated by The Foreman Bot over 2 years ago
- Assignee set to Ondřej Ezr
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/8080 added
#2
Updated by The Foreman Bot over 2 years ago
- Fixed in Releases 2.3.0 added
#3
Updated by Ondřej Ezr over 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|9857413daba51beed05ff158e51b0e15bce9236c.
Fixes #31091 - logging config absolute path
Use absolute path for logging config file lookup.