-
Notifications
You must be signed in to change notification settings - Fork 6
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
Log files #32
Comments
Probably also a JSON structure for server to return responses should be designed. |
I meant local log files manually shared with the dev of the api/webapp, if the API returned anything other than 200 to get why and when an issue appeared. Because if you automagically upload that log file, what happens when the automagical log file upload endpoint is also down / has issues? |
Yeah. I were just thinking that in case of response code is not |
Sounds great! |
Log file format itself:
Maybe server could return:
If server returns HTTP code Leave your proposals as I don't know what one would want to log.. I haven't done any real server side implementations, just testing against couple line long PHP script with PHP's built-in server. |
Add logging capabilities to the ETS2 Job Logger application, this way when something unexpected happens one can simply upload the log file with extended details (For example body of the response)
The text was updated successfully, but these errors were encountered: