mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-09 08:53:10 +00:00
format info blurbs
This commit is contained in:
parent
cb31039c6c
commit
c37dce8cfd
@ -53,7 +53,8 @@ proc run() {.async.} =
|
||||
when DebugTestHarness and enabledLogLevel != LogLevel.TRACE:
|
||||
styledEcho bgWhite,
|
||||
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
|
||||
-d:chronicles_log_level=TRACE, eg:""",
|
||||
@ -62,8 +63,9 @@ proc run() {.async.} =
|
||||
|
||||
when DebugCodexNodes:
|
||||
styledEcho bgWhite,
|
||||
fgBlack, styleBright, "\n\n ", styleUnderscore, "ENABLE CODEX LOGGING\n\n",
|
||||
resetStyle, bgWhite, fgBlack, styleBright,
|
||||
fgBlack, styleBright, "\n\n ", styleUnderscore,
|
||||
"⚠️ ENABLE CODEX LOGGING ⚠️\n\n", resetStyle, bgWhite, fgBlack,
|
||||
styleBright,
|
||||
"""
|
||||
For integration test suites that are multinodesuites, or for
|
||||
tests launching a CodexProcess, ensure that CodexConfig.debug
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user