pleroma: fix log level warn -> warning

This commit is contained in:
2024-10-21 08:53:22 +00:00
parent 3a8cc67900
commit b69ec1d5f1

View File

@@ -10,7 +10,7 @@
{ config, lib, pkgs, ... }:
let
logLevel = "warn";
logLevel = "warning";
# logLevel = "debug";
in
{