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

Use proper logging instead of printing to stdoud #4

Open
Cito opened this issue Jan 9, 2020 · 0 comments
Open

Use proper logging instead of printing to stdoud #4

Cito opened this issue Jan 9, 2020 · 0 comments
Labels
enhancement Enhancement request modernization Update dependencies etc.
Milestone

Comments

@Cito
Copy link
Member

Cito commented Jan 9, 2020

Separate more clearly and systematically which messages are printed to stdout and which to stderr, or even better: Make use of the logging module instead of conditional print statements with "debug" and "verbose" flags.

See also note on writing to standard output in the [mod_wsgi docs](https://modwsgi.readthedocs.io/en/develop/index.html].

Support configuration of logging output using Webware's existing support for config files.

Document how to do log rotation.

Also check whether we can make use of tools like Logbook to simplify logging.

@Cito Cito added this to the 3.1.0 milestone Jan 9, 2020
@Cito Cito added enhancement Enhancement request modernization Update dependencies etc. labels Jan 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement request modernization Update dependencies etc.
Projects
None yet
Development

No branches or pull requests

1 participant