Skip to content

Commit

Permalink
feat: better display of installation log during initial setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ycatsh committed Sep 24, 2024
1 parent 11f3e99 commit aec7c9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/processes.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')
logger = logging.getLogger(__name__)
logging.getLogger("sentence_transformers").setLevel(logging.WARNING)
warnings.filterwarnings("ignore")
TOPICS = 100

Expand Down

0 comments on commit aec7c9f

Please sign in to comment.