Bug #31262
Users are not warned on an incorrect logging layout in errors:fetch_log
Pull request:
Found in Releases:
Description
The errors:fetch_log task depends on the multiline_request_pattern layout. If another layout is used, the output is incomplete and users should be warned about that.
Related issues
Associated revisions
History
#1
Updated by The Foreman Bot 4 months ago
- Assignee set to Ewoud Kohl van Wijngaarden
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/8126 added
#2
Updated by Ewoud Kohl van Wijngaarden 4 months ago
- Target version set to 2.2.1
- Found in Releases 2.2.0 added
- Found in Releases deleted (
2.1.3)
#3
Updated by The Foreman Bot 4 months ago
- Fixed in Releases 2.4.0 added
#4
Updated by Tomer Brisker 4 months ago
- Fixed in Releases 2.2.1, 2.3.0 added
- Fixed in Releases deleted (
2.4.0)
#5
Updated by Ewoud Kohl van Wijngaarden 4 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|e26c6c1534f9817e8a2ebfa91925114ebdfcb329.
#6
Updated by Tomer Brisker 20 days ago
- Related to Bug #31884: rake errors:fetch_log errors when layout is not multiline_request_pattern added
Fixes #31262 - Warn about incorrect logging layout
a7874f5722625e3a64c557a4d2d445c8b67d1548 introduced a rake task to get
error reports, but this requires the multiline_request_pattern logging
layout. This warns users in case the layout is incorrect.