Traceback (most recent call last):
File "C:\Users\AppData\Local\Programs\Python\Python38-32\lib\runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Users\AppData\Local\Programs\Python\Python38-32\lib\runpy.py", line 87, in _run_code
exec(code, run_globals)
File "D:\nicholaskajoh-ivy-137884b\main.py", line 21, in
init_logger()
File "D:\nicholaskajoh-ivy-137884b\util\logger.py", line 59, in init_logger
file_formatter = CustomJsonFormatter('(created) (logger) (level) (message)')
File "C:\Users\AppData\Local\Programs\Python\Python38-32\lib\site-packages\pythonjsonlogger\jsonlogger.py", line 112, in init
logging.Formatter.init(self, *args, **kwargs)
File "C:\Users\AppData\Local\Programs\Python\Python38-32\lib\logging__init.py", line 576, in init__
self._style.validate()
File "C:\Users\AppData\Local\Programs\Python\Python38-32\lib\logging__init__.py", line 429, in validate
raise ValueError("Invalid format '%s' for '%s' style" % (self._fmt, self.default_format[0]))
ValueError: Invalid format '(created) (logger) (level) (message)' for '%' style
Does anyone faced with this issue when trying to run the program?
Does anyone faced with this issue when trying to run the program?