2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-22 03:00:26 +00:00

add getopenbmccons to commands.log 's filter list

This commit is contained in:
hu-weihua
2017-10-25 02:19:50 -04:00
parent c4da6435a6
commit 784250e0bd

View File

@@ -3507,6 +3507,7 @@ sub cmdlog_submitlog() {
$tmpreq =~ s/\[Request\]\s+(.+)/$1/g;
if ($tmpreq =~ /getipmicons/) { return 1; }
if ($tmpreq =~ /getcons/) { return 1; }
if ($tmpreq =~ /getopenbmccons/) { return 1; }
if ($cmdlog_alllog !~ /\n$/) {
$cmdlog_alllog .= "\n";