Emmanuel Chinonye Nnajiofor commited on
Commit
c547a7e
·
1 Parent(s): 2704487

CHORE: Minor change to logger.py

Browse files
Files changed (1) hide show
  1. chatlib/logger.py +1 -1
chatlib/logger.py CHANGED
@@ -21,7 +21,7 @@ LOG_CONFIG = {
21
  _logger_cache = {}
22
 
23
 
24
- def get_logger(name: str = "text2sql-app") -> logging.Logger:
25
  """Get a configured logger instance with console and file handlers
26
 
27
  Args:
 
21
  _logger_cache = {}
22
 
23
 
24
+ def get_logger(name: str = "clinical-assistant") -> logging.Logger:
25
  """Get a configured logger instance with console and file handlers
26
 
27
  Args: