[FEATURE] Simpler way to implement new logs and map up the log format #3
Open
Description
Currently, the log format is buried in the core code which is awful and needs to be extracted.
As log formats are common to vary, we need a better way for this to be abstracted and managed - perhaps also a default list of the most common formats as templates to help users who aren't confident with regex