forked from mirrors/nixpkgs
nixos/nextcloud: remove unneeded log_level
-param
Actually it's called `loglevel` on both v22 and v23.
This commit is contained in:
parent
18d5ed658b
commit
ab8a7cae2c
|
@ -467,7 +467,6 @@ in {
|
|||
'skeletondirectory' => '${cfg.skeletonDirectory}',
|
||||
${optionalString cfg.caching.apcu "'memcache.local' => '\\OC\\Memcache\\APCu',"}
|
||||
'log_type' => 'syslog',
|
||||
'log_level' => '${builtins.toString cfg.logLevel}',
|
||||
'loglevel' => '${builtins.toString cfg.logLevel}',
|
||||
${optionalString (c.overwriteProtocol != null) "'overwriteprotocol' => '${c.overwriteProtocol}',"}
|
||||
${optionalString (c.dbname != null) "'dbname' => '${c.dbname}',"}
|
||||
|
|
Loading…
Reference in a new issue