mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-10 17:43:23 +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.
|
// Log is in an Arc so we can do very cheap clones in closures.
|
||||||
let (log, guard) = log::init();
|
let (log, guard) = log::init();
|
||||||
let log = Arc::new(log);
|
let log = Arc::new(log);
|
||||||
info!(log, "Starting");
|
info!(log, "Starting {}", RELEASE);
|
||||||
|
|
||||||
match maybe(matches, log.clone()) {
|
match maybe(matches, log.clone()) {
|
||||||
Ok(_) => {},
|
Ok(_) => {},
|
||||||
|
Loading…
Reference in New Issue
Block a user