Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
journald: wider range of log severities
The previous code made it impossible to distinguish between the `debug` and `trace` severities. So instead of trying hard to preserve the equivalence of `spdlog::level::debug` with `LOG_DEBUG`, which is -- in the end -- just an arbitrary name, make sure that functionality is not lost.
- Loading branch information