From d40cc993c199f58031cb4f25b9f9b21ac3b0bafe Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Sat, 25 Dec 2021 19:18:46 +0100 Subject: Only print a debug message when not indexing an empty value, not info. --- lesana/types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lesana/types.py b/lesana/types.py index 349208f..87c933a 100644 --- a/lesana/types.py +++ b/lesana/types.py @@ -83,7 +83,7 @@ class LesanaType: if not to_index: return if not value: - logger.info( + logger.debug( "Not indexing empty value {}".format(value) ) return -- cgit v1.2.3