Skip to content

Commit

Permalink
Merge pull request os-autoinst#19428 from ggardet/audit_log
Browse files Browse the repository at this point in the history
Upload audit.log in post_fail_hook
  • Loading branch information
ggardet authored Jun 4, 2024
2 parents 196a970 + c4a3210 commit fe856a2
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 fe856a2

Please sign in to comment.