This was mistakenly left out of b97b2e858bab¹. oopsie, soz
[1]: b97b2e858b
Change-Id: I1b7210143d66480b6a8a044f0db5f0cd6a6a6964
607 B
607 B
synopsis, cls, category, credits
| synopsis | cls | category | credits | ||
|---|---|---|---|---|---|
| Make `log-format` a setting |
|
Features |
|
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";
}