3
0
Fork 0
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:
Maximilian Bosch 2022-05-17 18:11:40 +02:00
parent 18d5ed658b
commit ab8a7cae2c
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -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}',"}