We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74755e9 commit f420adeCopy full SHA for f420ade
server/src/main.rs
@@ -48,7 +48,7 @@ pub fn get_db_path() -> PathBuf {
48
basepath
49
}
50
fn main() {
51
- tracing_subscriber::fmt::init();
+ tracing_subscriber::fmt::fmt().compact().without_time().init();
52
fn get_env_or_fallback<S: Into<Str>>(key: &str, fallback: S) -> Str {
53
std::env::var(key).map(String::into_boxed_str).unwrap_or_else(|_e| {
54
let fallback: Str = fallback.into();
0 commit comments