You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.
@dexhorthy is the proposal then to create a debug.log at start, and defer deletion of that file until the application exits successfully? This would cause a successful execution to not leave the file, but a failed one to leave it?
Expected behavior
When ship exits with an error, it should leave a
ship-debug.log
file in.ship
, which can be included in support inquiries.Actual behavior
When ship fails due to an error, the user is instructed to re-run ship with
--log-level
debug, and use that output for support inquiries.Information
ship init github.com/helm/charts/stable/nginxxxxx
Steps to reproduce the behavior
--log-level=debug
is required to get useful debugging logs.The text was updated successfully, but these errors were encountered: