make release bind configurable (#95)

closes #85
This commit is contained in:
Ferdinand Schober
2024-03-18 09:20:28 +01:00
committed by GitHub
parent daf8818a9f
commit 9e56c546cd
5 changed files with 56 additions and 14 deletions

View File

@@ -29,6 +29,7 @@ pub fn run() -> Result<()> {
// parse config file + cli args
let config = Config::new()?;
log::debug!("{config:?}");
log::info!("release bind: {:?}", config.release_bind);
if config.daemon {
// if daemon is specified we run the service