Skip to content
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

"--errors-file" option not logging the error descriptions? #136

Open
emp-00 opened this issue Oct 26, 2024 · 2 comments
Open

"--errors-file" option not logging the error descriptions? #136

emp-00 opened this issue Oct 26, 2024 · 2 comments

Comments

@emp-00
Copy link

emp-00 commented Oct 26, 2024

I'm using the option --errors-file="Error-Log.txt" - see below the content of an example logfile (I only anonymized the urls).

Is it normal that no details of the errors are logged but only the timestamp + url? Would it be possible to log the error messages as well?

[2024-10-21T18:18:29.817Z] URL: https://www.XXX.YYY/ZZZ
[2024-10-21T18:18:29.885Z] URL: https://www.XXX.YYY/ZZZ
[2024-10-21T18:18:29.885Z] URL: https://www.XXX.YYY/ZZZ
[2024-10-21T18:18:29.885Z] URL: https://www.XXX.YYY/ZZZ
[2024-10-26T13:22:25.687Z] URL: https://www.XXX.YYY/ZZZ
@emp-00 emp-00 changed the title error-file missing error description? error-file missing error descriptions? Oct 26, 2024
@emp-00 emp-00 changed the title error-file missing error descriptions? "--errors-file" option not logging the error descriptions? Oct 26, 2024
@gildas-lormeau
Copy link
Owner

gildas-lormeau commented Oct 26, 2024

Actually you were complaining about the presence of the details, see #104. That's why it's disabled by default and I added an option to enable them (see the issue).

@emp-00
Copy link
Author

emp-00 commented Oct 27, 2024

@gildas-lormeau : Ok - got it but I think there's a misunderstanding. In #104 my issue was actually:
a) logfile overflowing because that error was logged with every single-file call (even though download was successful)
b) logging of this developers path not existing on my machine: file:///Users/gildas/Desktop/Dev/project-single-file/

I just added "--errors-traces-disabled=false" to my command line call and I can confirm, that a) above is not an issue any more with the current single-file.exe revision. I will now continue to watch the error log for hints on my persisting "timeout issues" see #135

At least this issue here can indeed be closed, sorry for the misunderstanding!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants