We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 49d3685 + 7c3c2f5 commit 651dd88Copy full SHA for 651dd88
hack/lib/log/system.sh
@@ -55,6 +55,11 @@ function os::log::system::clean_up() {
55
return 0
56
fi
57
58
+ if [[ ! -s "${SAR_LOGFILE:-}" ]]; then
59
+ os::log::warning "No system logger data could be found, log file missing."
60
+ return 0
61
+ fi
62
+
63
local log_subset_flags=( "-b" "-B" "-u ALL" "-q" "-r" )
64
65
local log_subset_names=( "iops" "paging" "cpu" "queue" "memory" )
0 commit comments