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

Basic logging on console #31

Closed
mulderp opened this issue Mar 16, 2013 · 3 comments · Fixed by #44
Closed

Basic logging on console #31

mulderp opened this issue Mar 16, 2013 · 3 comments · Fixed by #44

Comments

@mulderp
Copy link

mulderp commented Mar 16, 2013

I was using Python's SimpleHTTPServer before, and I got some output when the server was running:

python -m SimpleHTTPServer
Serving HTTP on 0.0.0.0 port 8000 ...
1.0.0.127.in-addr.arpa - - [16/Mar/2013 17:57:02] "GET / HTTP/1.1" 200 -
1.0.0.127.in-addr.arpa - - [16/Mar/2013 17:57:02] "GET /js/libs/backbone/backbone.js HTTP/1.1" 200 -

It would be great to see some basics 200, 404, ... in the console. Is this planned? Thanks!

@deepfriedmind
Copy link

Seconded. I kind of miss this.

@katowulf
Copy link
Contributor

katowulf commented Oct 3, 2013

+1 👍

@jondlm
Copy link

jondlm commented Oct 22, 2013

👍 I was going to add it myself but it looks like @katowulf beat me to it :)

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

Successfully merging a pull request may close this issue.

4 participants