-
Notifications
You must be signed in to change notification settings - Fork 249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐼 #3670
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🐼
beacon_chain/nimbus_beacon_node.nim
Outdated
@@ -179,7 +181,8 @@ proc loadChainDag( | |||
onLCFinalityUpdateCb = onLightClientFinalityUpdateCb, | |||
onLCOptimisticUpdateCb = onLightClientOptimisticUpdateCb, | |||
serveLightClientData = config.serveLightClientData.get, | |||
importLightClientData = config.importLightClientData.get) | |||
importLightClientData = config.importLightClientData.get, | |||
pandaTexts = getPandas(detectTTY(config.logStdout))) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If an additional cmd line argument needed in CI setups to force color output, e.g., when running through docker, will people streaming nimbus terminals need to know about it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, currently, the only ways to see the color ones are to either use --log-format=colors
or --log-format=auto
(the default) on what Nimbus detects as a TTY.
Whether this works in/through Docker containers depends on the terminal emulation setup, if there's a TTY in Docker.
QM$Mb .d$b. .d$b. .d$b. .d$b. $$$$$ $\ /$ $: $$ .d$b. $$$$$ $$$$$ $$$b. d$P | ||
|: d$ $: $$ $b."P $: $$ $: "" [$: [$: Q$:$P $: $$ [$: $P.. $: Q$ .$$; | ||
Pb"' $: $$ `""b. $$22$ $: mm [$: [$: Q$P $$$$$ [$: $b"" $: d$ `$: | ||
|$b `Q$P' `MpM; $: $$ `Q$P' [$: $$$$$ `$' $: $$ [$: $$ETH $$$$' mm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🐼
No description provided.