diff --git a/aprsd/conf/log.py b/aprsd/conf/log.py
index cbe9247..5d4fa9d 100644
--- a/aprsd/conf/log.py
+++ b/aprsd/conf/log.py
@@ -22,8 +22,8 @@ DEFAULT_LOG_FORMAT = (
DEFAULT_LOG_FORMAT = (
"{time:YYYY-MM-DD HH:mm:ss.SSS} | "
- "{level: <8} | "
"{thread.name: <18} | "
+ "{level: <8} | "
"{message} | "
"{name}:{function:}:{line:}"
)