Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Also report toml loading failures with --watch
* hot_reload crate (used for loading config.toml) does not report the ReloaderError we give, only that reloading failed with generic message "Failed to reload watch target" in WARN level * .. but WARN level of external crates are not logged by default => no log message when broken config and --watch is active * => report our own log message more in line with non-watch mode and with detail about why loading failed
- Loading branch information