Skip to content

Commit c8a57fc

Browse files
nicoschmdtjoaoantoniocardoso
authored andcommitted
services: remove log_zipper
1 parent 1725740 commit c8a57fc

File tree

5 files changed

+1
-147
lines changed

5 files changed

+1
-147
lines changed

core/pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ dependencies = [
1414
"commander",
1515
"helper",
1616
"kraken",
17-
"log_zipper",
1817
"nmea_injector",
1918
"pardal",
2019
"ping",
@@ -60,7 +59,6 @@ cable_guy = { workspace = true }
6059
commander = { workspace = true }
6160
helper = { workspace = true }
6261
kraken = { workspace = true }
63-
log_zipper = { workspace = true }
6462
nmea_injector = { workspace = true }
6563
pardal = { workspace = true }
6664
ping = { workspace = true }

core/services/log_zipper/main.py

Lines changed: 0 additions & 110 deletions
This file was deleted.

core/services/log_zipper/pyproject.toml

Lines changed: 0 additions & 15 deletions
This file was deleted.

core/start-blueos-core

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ SERVICES=(
131131
'user_terminal',0,"cat /etc/motd"
132132
'ttyd',250,'nice -19 ttyd -p 8088 sh -c "/usr/bin/tmux attach -t user_terminal || /usr/bin/tmux new -s user_terminal"'
133133
'nginx',250,"nice -18 nginx -g \"daemon off;\" -c $TOOLS_PATH/nginx/nginx.conf"
134-
'log_zipper',250,"nice -20 $SERVICES_PATH/log_zipper/main.py '/shortcuts/system_logs/\\\\*\\\\*/\\\\*.log' --max-age-minutes 60"
135134
'bag_of_holding',250,"$SERVICES_PATH/bag_of_holding/main.py"
136135
'recorder',250,"blueos-recorder --recorder-path /usr/blueos/userdata/recorder"
137136
)

core/uv.lock

Lines changed: 1 addition & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)