Skip to content

Commit 7d4aa5d

Browse files
committed
debug_log: just swapped it out with warnet logs
1 parent 2ca9034 commit 7d4aa5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/warnet/bitcoin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def debug_log(tank: str):
7474
"""
7575
Fetch the Bitcoin Core debug log from <tank pod name>
7676
"""
77-
cmd = f"kubectl logs {tank}"
77+
cmd = f"warnet logs {tank}"
7878
try:
7979
print(run_command(cmd))
8080
except Exception as e:

0 commit comments

Comments
 (0)