You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
Remove excessive logging (#2055)
This commit is contained in:
@ -601,15 +601,10 @@ bool load_encryption_keys()
|
|||||||
{
|
{
|
||||||
if (!ret.key.empty())
|
if (!ret.key.empty())
|
||||||
{
|
{
|
||||||
CSPasswdLogging::get()->log(LOG_INFO,"Using encrypted passwords. Encryption key read from '%s'.", path.c_str());
|
//CSPasswdLogging::get()->log(LOG_INFO,"Using encrypted passwords. Encryption key read from '%s'.", path.c_str());
|
||||||
this_unit.key = move(ret.key);
|
this_unit.key = move(ret.key);
|
||||||
this_unit.iv = move(ret.iv);
|
this_unit.iv = move(ret.iv);
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
CSPasswdLogging::get()->log(LOG_INFO,"Password encryption key file '%s' not found, using configured passwords as "
|
|
||||||
"plaintext.", path.c_str());
|
|
||||||
}
|
|
||||||
return ret.ok;
|
return ret.ok;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user