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

README.md - misspell #15

Closed
nicewook opened this issue Jun 7, 2018 · 1 comment
Closed

README.md - misspell #15

nicewook opened this issue Jun 7, 2018 · 1 comment

Comments

@nicewook
Copy link
Collaborator

nicewook commented Jun 7, 2018

I think below stdout.log should changed to stdout
Thanks for the package

Disabled dual logging

import pygogo as gogo

logger = gogo.Gogo(monolog=True).logger
logger.debug('debug message')
logger.info('info message')
logger.warning('warning message')
logger.error('error message')
logger.critical('critical message')

Prints the following to stdout.log (all messages at level INFO or below):

@reubano
Copy link
Owner

reubano commented Jun 10, 2018

Nice catch! Mind submitting a PR?

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