Skip to content

Commit

Permalink
Upload audit.log in post_fail_hook
Browse files Browse the repository at this point in the history
  • Loading branch information
ggardet committed Jun 3, 2024
1 parent 679b4d2 commit c4a3210
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/Utils/Logging.pm
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,9 @@ sub export_logs {
if ($utils::IN_ZYPPER_CALL) {
upload_solvertestcase_logs();
}

my $audit_log = "/var/log/audit/audit.log";
upload_logs("$audit_log", failok => 1);
}

=head2 problem_detection
Expand Down

0 comments on commit c4a3210

Please sign in to comment.