Skip to content
This repository has been archived by the owner on Aug 15, 2018. It is now read-only.

Commit

Permalink
Change level of jtui log message to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
HACKERMD committed Jun 23, 2017
1 parent 57429db commit 2f126c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmserver/jtui/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def update_project(experiment_id):
pipeline_description = PipelineDescription(**project['pipe']['description'])
handles_descriptions = dict()
for h in project['handles']:
logger.info('check handles of module "%s"', h['name'])
logger.debug('check handles of module "%s"', h['name'])
handles_descriptions[h['name']] = HandleDescriptions(**h['description'])
jt = ImageAnalysisPipelineEngine(
experiment_id,
Expand Down

0 comments on commit 2f126c6

Please sign in to comment.