services.httpd.logLevel
NixOS option
Controls the verbosity of the ErrorLog. See https://httpd.apache.org/docs/2.4/mod/core.html#loglevel for more details.
type: null or one of "emerg", "alert", "crit", "error", "warn", "notice", "info", "debug", "trace1", "trace2", "trace3", "trace4", "trace5", "trace6", "trace7", "trace8"Default
"notice"
Example
declared in: nixos/modules/services/web-servers/apache-httpd/default.nixView source on NixOS/nixpkgs →"crit"