Files
lix/doc/manual/rl-next/log-format-setting.md
T
Qyriad 851c4e372e add log-format setting to release notes (oops)
This was mistakenly left out of b97b2e858bab¹. oopsie, soz

[1]: b97b2e858b

Change-Id: I1b7210143d66480b6a8a044f0db5f0cd6a6a6964
2026-01-08 11:21:48 +01:00

607 B

synopsis, cls, category, credits
synopsis cls category credits
Make `log-format` a setting
4686
Features
Qyriad

The --log-format CLI option can now be set in nix.conf! For example, you can now persistently enable the multiline-with-logs log format added in Lix 2.91 by adding the following to your nix.conf:

log-format = multiline-with-logs

Or the equivalent in a NixOS configuration:

{
  nix.settings.log-format = "multiline-with-logs";
}