You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, debug persisted was used solely for debugging purposes, so it output various metadata along with log entry
information.
However, since the command is now used to retrieve information about nodes and log entries, the "describe" command would be more appropriate than "debug."
Let's replace the debug CLI with the describe command set.
NOTE: Additionally, the command for outputting log entries should be separated from the command for outputting metadata
The text was updated successfully, but these errors were encountered:
Previously,
debug persisted
was used solely for debugging purposes, so it output various metadata along with log entryinformation.
However, since the command is now used to retrieve information about nodes and log entries, the "describe" command would be more appropriate than "debug."
Let's replace the
debug
CLI with thedescribe
command set.The text was updated successfully, but these errors were encountered: