tloubrieu-jpl commented on a change in pull request #101:
URL:
https://github.com/apache/incubator-sdap-nexus/pull/101#discussion_r451910342
##########
File path: analysis/webservice/webapp.py
##########
@@ -25,10 +25,16 @@
import pkg_resources
import tornado.web
from tornado.options import define, options, parse_command_line
-
from webservice import NexusHandler
from webservice.webmodel import NexusRequestObject, NexusProcessingException
+logging.basicConfig(
Review comment:
Ok thanks Franck, I moved back this section in __main__
The reason why I moved it initially is that I wanted to use the log outside
the __main__. I created a local one instead.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]