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:
commit
d92ebe0df5
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user