Removing debugging. Changing it to INFO in many locations.
This commit is contained in:
@@ -100,7 +100,7 @@ def update_site_obj(
|
||||
site_obj_up: Site_Base,
|
||||
create_sub_obj: bool = False,
|
||||
) -> bool:
|
||||
log.setLevel(logging.DEBUG) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
|
||||
log.setLevel(logging.INFO) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
|
||||
log.debug(locals())
|
||||
|
||||
if site_id := redis_lookup_id_random(record_id_random=site_id, table_name='site'): pass
|
||||
|
||||
Reference in New Issue
Block a user