services.httpd.logLevel

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
"crit"
Declared
<nixpkgs/nixos/modules/services/web-servers/apache-httpd/default.nix>