bees: add missing verbosity level 8

This commit is contained in:
koraynilay
2025-11-08 21:13:35 +01:00
committed by GitHub
parent b6dff13a85
commit 9e2a988b66
+1
View File
@@ -17,6 +17,7 @@ let
notice = 5;
info = 6;
debug = 7;
trace = 8;
};
fsOptions = with lib.types; {