Skip to content

Commit 652041a

Browse files
pufitnikitamikhaylov
authored andcommitted
Change log level
1 parent 58668ce commit 652041a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Access/Common/AccessRightsElement.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ void AccessRightsElement::formatONClause(WriteBuffer & buffer, bool hilite) cons
159159
&& is_enabled_user_name_access_type)
160160
{
161161
if (!anyParameter())
162-
LOG_WARNING(getLogger("AccessRightsElement"),
162+
LOG_INFO(getLogger("AccessRightsElement"),
163163
"Converting {} to *.* because the setting `enable_user_name_access_type` is `false`. "
164164
"Consider turning this setting on, if your cluster contains no replicas older than 25.1",
165165
parameter);

0 commit comments

Comments
 (0)