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

Double response log line #127

Closed
ChoppinBlockParty opened this issue Apr 12, 2021 · 1 comment · Fixed by #128
Closed

Double response log line #127

ChoppinBlockParty opened this issue Apr 12, 2021 · 1 comment · Fixed by #128
Assignees
Labels
bug Something isn't working
Milestone

Comments

@ChoppinBlockParty
Copy link

I just wonder why for a single request there are always two response log lines? E.g.

(2021-04-12 12:17:57) [INFO    ] Crow/0.2 server is running at 127.0.0.1:30872 using 1 threads
(2021-04-12 12:17:57) [INFO    ] Call `app.loglevel(crow::LogLevel::Warning)` to hide Info level logs.
(2021-04-12 12:18:35) [INFO    ] Request: 127.0.0.1:48042 0x7fed44003520 HTTP/1.1 GET /
(2021-04-12 12:18:35) [INFO    ] Response: 0x7fed44003520 / 404 0
(2021-04-12 12:18:35) [INFO    ] Response: 0x7fed44003520 / 404 0
@The-EDev The-EDev added the bug Something isn't working label Apr 12, 2021
@The-EDev The-EDev self-assigned this Apr 12, 2021
@The-EDev The-EDev added this to the v0.3 milestone Apr 12, 2021
@The-EDev
Copy link
Member

Looks like someone (probably me) accidentally copied the same logging line, will get it fixed ASAP. Thanks for noticing (yes, I actually didn't notice this 🤣)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants