Remove log.py TODO that got already implemented

This commit is contained in:
Dennis Potter 2021-10-14 23:29:19 -07:00
parent b23ddded74
commit 16d1774cd2
Signed by: Dennis
GPG Key ID: 186A8AD440942BAF
1 changed files with 0 additions and 2 deletions

View File

@ -1,8 +1,6 @@
import logging
from typing import Optional
# TODO: In general, it would be more useful if the hierarchy of the objects pop up
# in the logs, not the Python objectname and than the name of the SRDL object.
class CustomFormatter(logging.Formatter):
"""Logging Formatter to add colors and count warning / errors"""