Set logging to output to file as well

This commit is contained in:
2022-08-10 17:55:56 +02:00
parent 270c138419
commit ce043d670e
6 changed files with 120 additions and 24 deletions

View File

@@ -15,3 +15,4 @@ clap = "3.2.16"
envconfig = "0.10.0"
log = { version = "0.4.17", features = ["kv_unstable", "serde", "std"] }
simplelog = "0.12.0"
dirs = "4.0.0"