X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=o2common%2Fviews%2Froute.py;fp=o2common%2Fviews%2Froute.py;h=c6fc56e974c40612cbbca4c1e78069aa6491aaf2;hb=fa9814f5b52b13ec4ee97e0ab79a44b3d9359378;hp=9366a3218e182af424684796893ef4aff4bd0586;hpb=09297afb0bb0cbdff21428c333ead3b2393a8888;p=pti%2Fo2.git diff --git a/o2common/views/route.py b/o2common/views/route.py index 9366a32..c6fc56e 100644 --- a/o2common/views/route.py +++ b/o2common/views/route.py @@ -130,7 +130,7 @@ class o2_marshal_with(marshal_with): mask_val = '' if 'all_fields' in kwargs: all_fields_without_space = kwargs['all_fields'].replace(" ", "") - logger.info('all_fields selector value is {}'.format( + logger.debug('all_fields selector value is {}'.format( all_fields_without_space)) # all_fields = all_fields_without_space.lower() # if 'true' == all_fields: