X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Femuvim%2Fapi%2Frest%2Fnetwork.py;h=bce10fcb29a71a8de37e3b4c047710261719e3b0;hb=afccf2a6a1a99bf691b7d64360ef78ab1690fca5;hp=f68507c96d83e0419fa26386444b03fa8c49cb0a;hpb=1085e7ee76191892a00a1b26f87a68cc468034b2;p=osm%2Fvim-emu.git diff --git a/src/emuvim/api/rest/network.py b/src/emuvim/api/rest/network.py index f68507c..bce10fc 100755 --- a/src/emuvim/api/rest/network.py +++ b/src/emuvim/api/rest/network.py @@ -81,10 +81,9 @@ class NetworkAction(Resource): # no check if vnfs are really connected to this datacenter... try: # check json payload - logging.info("json: {}".format(request.json)) - logging.info("args: {}".format(request.args)) + logging.debug("json: {}".format(request.json)) + logging.debug("args: {}".format(request.args)) - # when called directly with curl via REST data = request.json if data is None: data = request.args