We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baacedb commit 59db146Copy full SHA for 59db146
README.rst
@@ -79,7 +79,7 @@ Here's an example of how easy it is to get started:
79
import coloredlogs, logging
80
81
# Create a logger object.
82
- logger = logging.getLogger('your-module')
+ logger = logging.getLogger(__name__)
83
84
# By default the install() function installs a handler on the root logger,
85
# this means that log messages from your code and log messages from the
0 commit comments