2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-31 10:06:39 +00:00

Merge pull request #4176 from hu-weihua/getopenbmccons

Add getopenbmccons to commands.log 's filter list
This commit is contained in:
zet809 2017-10-25 15:55:10 +08:00 committed by GitHub
commit d92ebe0df5

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";