Put the revision in the logged startup message
This commit is contained in:
parent
ea8feca31a
commit
feae14be11
@ -133,7 +133,7 @@ mod tracing_setup {
|
||||
}
|
||||
|
||||
fn run_server() -> Result<()> {
|
||||
log::info!("server will start");
|
||||
log::info!("server version {} will start", env!("REV"));
|
||||
|
||||
let (connection, io_threads) = Connection::stdio();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user