reubano / pygogo

A Python logging library with superpowers
MIT License
281 stars 20 forks source link

README.md - misspell #15

Closed nicewook closed 6 years ago

nicewook commented 6 years ago

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 commented 6 years ago

Nice catch! Mind submitting a PR?