We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66b4df0 commit 5dbd95eCopy full SHA for 5dbd95e
1 file changed
nox/logger.py
@@ -27,7 +27,7 @@ def __dir__() -> list[str]:
27
28
29
SESSION_INFO = logging.WARNING - 1
30
-SUCCESS = 25
+SUCCESS = logging.INFO + 5
31
OUTPUT = logging.DEBUG - 1
32
33
0 commit comments