Removing debugging. Changing it to INFO in many locations.
This commit is contained in:
@@ -32,7 +32,7 @@ def convert_obj_type(
|
||||
|
||||
commons: Common_Route_Params = Depends(common_route_params),
|
||||
):
|
||||
log.setLevel(logging.DEBUG) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
|
||||
log.setLevel(logging.INFO) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
|
||||
log.debug(locals())
|
||||
|
||||
# ### SECTION ### Get the field map for the object type
|
||||
|
||||
Reference in New Issue
Block a user