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.

Matrix Space: #lemmy-space

founded 6 years ago
MODERATORS
 

My log (accessed via docker-compose logs -f lemmy has gotten very noisy since my instance has been federating with several others. It makes it harder to troubleshoot odd behavior and I'm concerned that it's going to quickly fill up my server's disk with logs. What can I do to improve this?

you are viewing a single comment's thread
view the rest of the comments
[–] poVoq@slrpnk.net 4 points 2 years ago* (last edited 2 years ago)

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.