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.
debug_log
1 parent 0f1e3a1 commit 9ce7ac0Copy full SHA for 9ce7ac0
src/warnet/bitcoin.py
@@ -74,7 +74,7 @@ def debug_log(tank: str):
74
"""
75
Fetch the Bitcoin Core debug log from <tank pod name>
76
77
- cmd = f"kubectl logs {tank}"
+ cmd = f"warnet logs {tank}"
78
try:
79
print(run_command(cmd))
80
except Exception as e:
0 commit comments