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

No logging is implemented to allow INFO,DEBUG,WARNING,ERROR and so. #66

Closed
nherriot opened this issue Sep 18, 2019 · 3 comments
Closed

Comments

@nherriot
Copy link
Contributor

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.

@jczic
Copy link
Owner

jczic commented Sep 20, 2019

Hi,
Yes, good idea but microWebSrv must works on embedded platforms without that ... (with micropython).

@jczic jczic closed this as completed Sep 27, 2019
@jczic
Copy link
Owner

jczic commented Oct 20, 2019 via email

@nherriot
Copy link
Contributor Author

nherriot commented Oct 21, 2019 via email

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

No branches or pull requests

2 participants