this post was submitted on 07 Jun 2023
9 points (100.0% liked)
Lemmy Support
4651 readers
1 users here now
Support / questions about Lemmy.
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Funny... I was just getting annoyed by the same.
I think the culprit is the RUST_LOG env variable where by default everything is set to "info" or "debug". I had it on "info", but that was still very verbose. I am currently trying it with all "warn".
Edit: the pictrs log is also overly verbose by default it seems.