Explorar o código

Change logging of search params to INFO from DEBUG. This will help aid in verifying automated searches.

Miek Stagl %!s(int64=5) %!d(string=hai) anos
pai
achega
fc0988d874
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      index.py

+ 1 - 1
index.py

@@ -123,7 +123,7 @@ class Search:
                     "Unknown type '" + property_type + "'. Property Type must be of type: " + str(self.types))
 
         ## FOR TESTING, PRINT ALL ATTRIBUTES OF SEARCH ##
-        logging.debug(vars(self))
+        logging.info(vars(self))
 
 
 class ImproperSearchError(Exception):