Skip to content

Commit

Permalink
chore: enable logger of findit_client by default
Browse files Browse the repository at this point in the history
  • Loading branch information
williamfzc committed Oct 23, 2019
1 parent c03404f commit c65a665
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fitch/detector.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,17 @@
import numpy as np

from findit_client import FindItStandardClient
from findit_client.logger import switch_log
from loguru import logger

from fitch import config

TEMP_TEMPLATE_NAME = "cur_template"
TEMP_TARGET_NAME = "cur_target"

# enable findit client logger
switch_log(True)

fi_client = FindItStandardClient(
host=config.FINDIT_SERVER_IP,
port=config.FINDIT_SERVER_PORT,
Expand Down

0 comments on commit c65a665

Please sign in to comment.