-
Notifications
You must be signed in to change notification settings - Fork 115
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
No logging is implemented to allow INFO,DEBUG,WARNING,ERROR and so. #66
Comments
Hi, |
Hello,
I released a fully new version (v2.0) of my web server here :
github.com/jczic/MicroWebSrv2.
Open source MIT, fully asynchronous, more robust, more fast and more
efficient!
It is delivered with a good documentation.
Thank you for your support and feedback.
… More of a request of a feature than an error.... :-)
It would be great if there was a logging utility to allow logging to be
added easily to the web server.
Something like the normal logging utility for python e.g.
import logging
logging.basicConfig(level=logging.INFO)
log = logging.getLogger("microWebSrv")
log.debug("Failed message: %d(%s)", 100, "HTTP 500")
Kind regards, Nicholas.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#66?email_source=notifications&email_token=AAD2ALDULCDSXIMVWVVPH23QKIKUXA5CNFSM4IX5XVW2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HMD42VQ>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAD2ALCFOWSVDCMXHGZNFV3QKIKUXANCNFSM4IX5XVWQ>
.
--
*Sincèrement,*
|
I'll have a look.
But I'm really happy with V1 :-) ....
I've added logging etc... and promise to do a pull request for you to
evaluate.
…On Sun, 20 Oct 2019 at 12:08, J-Christophe Bos ***@***.***> wrote:
Hello,
I released a fully new version (v2.0) of my web server here :
github.com/jczic/MicroWebSrv2.
Open source MIT, fully asynchronous, more robust, more fast and more
efficient!
It is delivered with a good documentation.
Thank you for your support and feedback.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
More of a request of a feature than an error.... :-)
It would be great if there was a logging utility to allow logging to be added easily to the web server.
Something like the normal logging utility for python e.g.
Kind regards, Nicholas.
The text was updated successfully, but these errors were encountered: