mirror of
https://github.com/mikedilger/chorus.git
synced 2026-08-01 07:21:39 +00:00
Log hostname at startup
This commit is contained in:
parent
1e34a20108
commit
77caad1a7d
@ -62,6 +62,9 @@ async fn main() -> Result<(), Error> {
|
||||
|
||||
log::debug!(target: "Server", "Loaded config file.");
|
||||
|
||||
// Log host name
|
||||
log::info!(target: "Server", "HOSTNAME = {}", config.hostname);
|
||||
|
||||
// Setup store
|
||||
let store = Store::new(&config)?;
|
||||
let _ = GLOBALS.store.set(store);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user