mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-21 22:47:55 +01:00
Log version on start
This commit is contained in:
parent
dae9d0c93b
commit
80ceb4af34
@ -120,7 +120,7 @@ fn main() {
|
||||
// Log is in an Arc so we can do very cheap clones in closures.
|
||||
let (log, guard) = log::init();
|
||||
let log = Arc::new(log);
|
||||
info!(log, "Starting");
|
||||
info!(log, "Starting {}", RELEASE);
|
||||
|
||||
match maybe(matches, log.clone()) {
|
||||
Ok(_) => {},
|
||||
|
Loading…
Reference in New Issue
Block a user