We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3a611e commit 6d09395Copy full SHA for 6d09395
1 file changed
Metallicity_Stack_Commons/logging.py
@@ -30,7 +30,7 @@ class LogClass:
30
def __init__(self, log_dir: str, logfile: str):
31
self.LOG_FILENAME = join(log_dir, logfile)
32
33
- def get_logger(self):
+ def get_logger(self) -> logging.Logger:
34
file_log_level = logging.DEBUG # This is for file logging
35
log = logging.getLogger("main_logger")
36
if not log.handlers:
0 commit comments