mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-02-13 13:26:29 +00:00
format info blurbs
This commit is contained in:
parent
efd960fc7e
commit
53ca896bfc
@ -49,7 +49,8 @@ proc run() {.async.} =
|
|||||||
when DebugTestHarness and enabledLogLevel != LogLevel.TRACE:
|
when DebugTestHarness and enabledLogLevel != LogLevel.TRACE:
|
||||||
styledEcho bgWhite,
|
styledEcho bgWhite,
|
||||||
fgBlack, styleBright, "\n\n ", styleUnderscore,
|
fgBlack, styleBright, "\n\n ", styleUnderscore,
|
||||||
"ADDITIONAL LOGGING AVAILABILE\n\n", resetStyle, bgWhite, fgBlack, styleBright,
|
"ℹ️ ADDITIONAL LOGGING AVAILABLE ℹ️\n\n", resetStyle, bgWhite, fgBlack,
|
||||||
|
styleBright,
|
||||||
"""
|
"""
|
||||||
More integration test harness logs available by running with
|
More integration test harness logs available by running with
|
||||||
-d:chronicles_log_level=TRACE, eg:""",
|
-d:chronicles_log_level=TRACE, eg:""",
|
||||||
@ -58,8 +59,9 @@ proc run() {.async.} =
|
|||||||
|
|
||||||
when DebugCodexNodes:
|
when DebugCodexNodes:
|
||||||
styledEcho bgWhite,
|
styledEcho bgWhite,
|
||||||
fgBlack, styleBright, "\n\n ", styleUnderscore, "ENABLE CODEX LOGGING\n\n",
|
fgBlack, styleBright, "\n\n ", styleUnderscore,
|
||||||
resetStyle, bgWhite, fgBlack, styleBright,
|
"⚠️ ENABLE CODEX LOGGING ⚠️\n\n", resetStyle, bgWhite, fgBlack,
|
||||||
|
styleBright,
|
||||||
"""
|
"""
|
||||||
For integration test suites that are multinodesuites, or for
|
For integration test suites that are multinodesuites, or for
|
||||||
tests launching a CodexProcess, ensure that CodexConfig.debug
|
tests launching a CodexProcess, ensure that CodexConfig.debug
|
||||||
|
Loading…
x
Reference in New Issue
Block a user