Cleanup around new logging

This commit is contained in:
Keith Edmunds 2025-01-28 18:04:36 +00:00
parent 92e1a1cac8
commit 1f4e7cb054
3 changed files with 0 additions and 4 deletions

View File

@ -2,7 +2,6 @@
import datetime as dt
import logging
import os
from typing import Optional
# PyQt imports
@ -35,8 +34,6 @@ class Config(object):
COLOUR_UNREADABLE = "#dc3545"
COLOUR_WARNING_TIMER = "#ffc107"
DBFS_SILENCE = -50
DEBUG_FUNCTIONS: list[Optional[str]] = []
DEBUG_MODULES: list[Optional[str]] = []
DEFAULT_COLUMN_WIDTH = 200
DISPLAY_SQL = False
DO_NOT_IMPORT = "Do not import"

0
app/log.py Executable file → Normal file
View File

View File

@ -22,7 +22,6 @@ filters:
# module-name:
# - function-name-1
# - function-name-2
file_importer: []
handlers:
stderr: