]> glassweightruler.freedombox.rocks Git - waydroid.git/commitdiff
logging: Use RotatingFileHandler to trim logfile at 5MB
authorAlessandro Astone <ales.astone@gmail.com>
Sun, 24 Aug 2025 14:48:50 +0000 (16:48 +0200)
committerAlessandro Astone <ales.astone@gmail.com>
Sun, 24 Aug 2025 15:00:58 +0000 (17:00 +0200)
Remove all direct uses of args.logfd: everything goes through the logger now.

Only the container manager process is allowed to write to the log, which now
has 0o644 permissions.

Other commands will only log to stdout. Logs that would previously appear
in the logfile will now only be visible with --details-to-stdout.


No differences found