Skip to content

Commit

Permalink
rearrange debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
benderl committed Jul 6, 2023
1 parent 0b746a6 commit 82da2d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runs/send_debug.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ touch "$debugFile"
echo "############################ system ###############"
uptime
free
echo "############################ uuids ##############"
cat "${OPENWBBASEDIR}/data/log/uuid.log"
echo "############################ retained log ##############"
merge_log_files "main" 500
echo "############################ info log ##############"
Expand Down Expand Up @@ -57,8 +59,6 @@ touch "$debugFile"
df -h
echo "############################ network ##############"
ifconfig
echo "############################ uuids ##############"
cat "${OPENWBBASEDIR}/data/log/uuid.log"
# echo "############################ smarthome.log ##############"
# merge_log_files "smarthome" 200
} >>"$debugFile"
Expand Down

0 comments on commit 82da2d2

Please sign in to comment.