Removing debugging. Changing it to INFO in many locations.
This commit is contained in:
@@ -30,7 +30,7 @@ async def post_stripe_log_obj(
|
||||
|
||||
commons: Common_Route_Params_Min = Depends(common_route_params_min),
|
||||
):
|
||||
log.setLevel(logging.DEBUG) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
|
||||
log.setLevel(logging.INFO) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
|
||||
log.debug(locals())
|
||||
|
||||
obj_type = 'stripe_log'
|
||||
|
||||
Reference in New Issue
Block a user