refactor: Added a debug line for logging to output the config used when starting Managarr

This commit is contained in:
2025-01-26 14:56:37 -07:00
parent e8a6f740b9
commit 78f104f558
5 changed files with 49 additions and 3 deletions
Generated
+22
View File
@@ -1359,6 +1359,7 @@ dependencies = [
"tokio",
"tokio-util",
"urlencoding",
"veil",
]
[[package]]
@@ -2644,6 +2645,27 @@ version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
[[package]]
name = "veil"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f00796f9c5969da55497f5c8802c2e69eaf21c0166fe28b6006c7c4699f4d0e"
dependencies = [
"once_cell",
"veil-macros",
]
[[package]]
name = "veil-macros"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b2d5567b6fbd34e8f0488d56b648e67c0d999535f4af2060d14f9074b43e833"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.90",
]
[[package]]
name = "wait-timeout"
version = "0.2.0"