-
-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add more verbose error messages #378
Comments
+1, same exact symptoms here. Would like to know at least where to start diagnosis. |
Hey @nickelswitte, try running |
That is a good workaround, thank you. As default behavior, I would like autorestic to forward restic error messages for easy debugging. @cupcakearmy |
For sure. Took a lot of google fu and trial and error to figure that out.
Sent from Proton Mail Android
…-------- Original Message --------
On 7/4/24 3:59 AM, nickelsw wrote:
That is a good workaround, thank you.
As default behavior, I would like autorestic to forward restic error messages for easy debugging. ***@***.***(https://github.com/cupcakearmy)
—
Reply to this email directly, [view it on GitHub](#378 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/ANS5ZCKOSANPG6ASTKTQXOLZKT6GPAVCNFSM6AAAAABJBGJVGKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMBYGM2DSNBQGI).
You are receiving this because you commented.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
When autorestic fails for some reason, I only get
Error: exit status 1
and no additional information. Maybe I am missing some log files, but with just this, it leaves me guessing what the problem is.Example:
Describe the solution you'd like
I would like autorestic to pass on the error messages directly into the std out / terminal.
The text was updated successfully, but these errors were encountered: