With the recent change which added milliseconds to the timestamp the timestamp removal regex used in the landing page frontend did not completely remove the timestamp anymore. This also lead to log level not match correctly, and hence loss of log coloring.
With the recent change which added milliseconds to the timestamp the timestamp removal regex used in the landing page frontend did not completely remove the timestamp anymore. This also lead to log level not match correctly, and hence loss of log coloring.
Correctly match the log timestamp.
See also: https://github.com/home-assistant/supervisor/pull/4954