Add current git commit hash to version info and print system info at startup for better bug traceability.
Removed ms in log timestamp, because it is unnecessary.
Testing
Ran inside docker and on windows11
Checklist
Things need to be done before this Pull Request can be merged.
[x] Code is well-formatted and adheres to project style guidelines: cargo fmt
[x] Code does not produce any clippy warnings cargo clippy
Description
Add current git commit hash to version info and print system info at startup for better bug traceability. Removed ms in log timestamp, because it is unnecessary.
Testing
Ran inside docker and on windows11
Checklist
Things need to be done before this Pull Request can be merged.
cargo fmt
cargo clippy