Skip to content

Commit

Permalink
tmplog
Browse files Browse the repository at this point in the history
  • Loading branch information
pinheadmz committed Aug 22, 2024
1 parent ee3a6ee commit a0ca903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/warnet/cli/bitcoin.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def grep_logs(pattern: str, show_k8s_timestamps: bool, no_sort: bool):
# Get logs from the specific container
command = f"kubectl logs {pod_name} -c {container_name} --timestamps"
logs = run_command(command)

print(logs)
if logs is not False:
# Process logs
for log_entry in logs.splitlines():
Expand Down

0 comments on commit a0ca903

Please sign in to comment.