Skip to content

Commit 45bb757

Browse files
avdata99pdelboca
andauthored
Update ckanext/stats/stats.py
Co-authored-by: Patricio Del Boca <[email protected]>
1 parent af50dd2 commit 45bb757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ckanext/stats/stats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def top_tags(cls, limit: int = 10,
118118
@classmethod
119119
def top_package_creators(cls, limit: int = 10) -> list[tuple[Optional[model.User], int]]:
120120
if not config.get('ckan.auth.public_user_details'):
121-
log.warning(
121+
log.debug(
122122
"Top package creators stats are not available because "
123123
"ckan.auth.public_user_details is not set to True."
124124
)

0 commit comments

Comments
 (0)