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
Thanks for this great API! With a few minor exceptions, it ran out-of-the-box!
I ran this API locally, but because the OpenAPI spec hard-codes the poland-public-transport-api.azurewebsites.net publicly deployed instance, and because that instance is currently down, the local OpenAPI playground doesn't work.
Thanks for this great API! With a few minor exceptions, it ran out-of-the-box!
I ran this API locally, but because the OpenAPI spec hard-codes the
poland-public-transport-api.azurewebsites.net
publicly deployed instance, and because that instance is currently down, the local OpenAPI playground doesn't work.https://github.com/konhi/poland-public-transport-api/blob/main/src/public/v1/openapi.json#L19
Currently, there are two logging formats mixed: JSON-based general logs about the server starting etc., and CLF for the actual requests.
What do you think about unifying them into one format, so that people running instances can process all logs with one set of tooling?
The text was updated successfully, but these errors were encountered: