Skip to content

Commit

Permalink
Resolves issue 279
Browse files Browse the repository at this point in the history
  • Loading branch information
KPed committed Jun 12, 2023
1 parent e99951c commit f21b0a8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions sqlite_gui/GetLogs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@

# @/GetLogs.sh ${CRUISE}

# Selects log messages from current (and backup) sqlite databases
# for cruise specified on command line
# If we've done things right, all the CGI's (and the api_tool) will
# log to the messagelog any time they make a change in logger or
# cruise mode state. This allows us to extract a comprehensive
# report of logger state with a simple SQL query.

# Resolves issue 279

Q="SELECT cruise FROM logmessages;"
ROOT="/opt/openrvdas/sqlite_gui"
Expand Down

0 comments on commit f21b0a8

Please sign in to comment.