Skip to content

Commit 3af2a4f

Browse files
committed
fix(ruby): stop saving logs to /tmp
1 parent bb3a603 commit 3af2a4f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

service/lib/agama/manager.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -258,10 +258,6 @@ def collect_logs(path: nil)
258258
# @param method [HALT, POWEROFF, STOP, REBOOT]
259259
# @return [Boolean]
260260
def finish_installation(method)
261-
logs = collect_logs(path: "/tmp/var/logs/")
262-
263-
logger.info("Installation logs stored in #{logs}")
264-
265261
unless installation_phase.finish?
266262
logger.error "The installer has not finished correctly. Please check logs"
267263
return false

0 commit comments

Comments
 (0)