mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
daemon: Always default to gzip for log compression.
* nix/libstore/globals.cc (Settings::Settings): Have 'logCompression' default to COMPRESSION_GZIP unconditionally. * gnu/services/base.scm (<guix-configuration>)[log-compression]: Default to 'gzip. * doc/guix.texi (Invoking guix-daemon, Base Services): Adjust accordingly.
This commit is contained in:
parent
775203e520
commit
575e52ac2b
3 changed files with 3 additions and 7 deletions
|
@ -45,11 +45,7 @@ Settings::Settings()
|
|||
useChroot = false;
|
||||
impersonateLinux26 = false;
|
||||
keepLog = true;
|
||||
#if HAVE_BZLIB_H
|
||||
logCompression = COMPRESSION_BZIP2;
|
||||
#else
|
||||
logCompression = COMPRESSION_GZIP;
|
||||
#endif
|
||||
maxLogSize = 0;
|
||||
cacheFailure = false;
|
||||
pollInterval = 5;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue