Skip to content

Commit

Permalink
Make sure we capture k8s_api.log in the debug
Browse files Browse the repository at this point in the history
This commit adds changes to ensure we capture k8s api log file as well so if there were any issues on that end, we do capture them in the debug to help diagnose.
  • Loading branch information
sonicaj committed Apr 17, 2024
1 parent e760ac1 commit 084a613
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ixdiagnose/artifacts/logs.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class Logs(Artifact):
File('dpkg.log'),
File('error'),
File('kern.log'),
File('k8s_api.log'),
File('messages'),
File('scst.log'),
File('scst.log.1'),
Expand Down

0 comments on commit 084a613

Please sign in to comment.