this post was submitted on 23 Feb 2025
0 points (50.0% liked)

Selfhosted

44058 readers
556 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

I set it to debug at somepoint and forgot maybe? Idk, but why the heck does the default config of the official Docker is to keep all logs, forever, in a single file woth no rotation?

Feels like 101 of log files. Anyway, this explains why my storage recipt grew slowly but unexpectedly.

you are viewing a single comment's thread
view the rest of the comments
[–] Shimitar@downonthestreet.eu 1 points 2 weeks ago (1 children)

Are you crazy? I understand that we are used to dumbed down stuff, but come on...

Rotating logs is in the ABC of any sysadmin, even before backups.

First, secure your ssh logins, then secure your logs, then your fail2ban then your backups...

To me, that's in the basic stuff you must always ensure.

[–] Appoxo@lemmy.dbzer0.com 0 points 2 weeks ago (1 children)

Logration is the abc of the developer.
Why should I need 3rd party tools to fix the work of the developer??

[–] Shimitar@downonthestreet.eu 1 points 2 weeks ago (1 children)

Why is that? Really? The Dev should replace a system function? And implement over and over again the same errors when logrotate exist?

[–] acockworkorange@mander.xyz 0 points 2 weeks ago (1 children)

Yes, that’s exactly what we’re arguing here. The developer also should replace autotools/cmake, git, … Don’t be daft! Packaging sane defaults for logrotate is now replacing a system function?

Docker is supposed to run a single process Logrotate is a separate process. So unless the application handles rotating logs, the container shouldn't handle it.