rust-teos icon indicating copy to clipboard operation
rust-teos copied to clipboard

Print the version on startup

Open mariocynicys opened this issue 2 years ago • 5 comments

Would be helpful to print the tower version on startup (and possibly the commit sha as well). This helps in knowing what version produced which logs (which I append into .teos/teosd.log).

mariocynicys avatar Jul 24 '23 11:07 mariocynicys

Current version should be rather easy, commit hash will be trickier

sr-gi avatar Jul 24 '23 14:07 sr-gi

Current version should be rather easy, commit hash will be trickier

I find this one particularly useful in development when I forget which commit/branch I am running on.

mariocynicys avatar Jul 24 '23 15:07 mariocynicys

Current version should be rather easy, commit hash will be trickier

I find this one particularly useful in development when I forget which commit/branch I am running on.

This may be useful https://docs.rs/built/latest/built/

sr-gi avatar Jul 24 '23 15:07 sr-gi

@sr-gi @mariocynicys Hey guys, I think i would work on this as my first contribution :)

AnmolSirola avatar Jan 21 '24 14:01 AnmolSirola