eatonphil / owebl

OCaml, Meet Web.
Other
157 stars 4 forks source link

Error Logging #5

Open eatonphil opened 9 years ago

fellz commented 9 years ago

Not only Errors but start and HTTP request logging also would be helpful Example from django

Performing system checks...

System check identified no issues (0 silenced).
March 22, 2015 - 15:43:07
Django version 1.7.6, using settings 'dclub.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CONTROL-C.
[22/Mar/2015 15:43:26] "GET / HTTP/1.1" 200 466
eatonphil commented 9 years ago

Requests are outputted to stdout already. Is this what you mean?

fellz commented 9 years ago

yep, start info then like server is running on port and can accepting requests