I20240112-0200
Logging something like the exception from the line below breaks Error log view and it silently refuses loading log file (and will stay empty forever): `throw new CoreException(new Status(IStatus.ERROR, "Failed to read file", PLUGIN_ID, e));` Additionally fixed multiple log reads on startup.