Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
The Universal Packaging Tool
upt
Commits
41863c2f
Commit
41863c2f
authored
Aug 13, 2018
by
Cyril Roelandt
Browse files
Fix logger documentation.
parent
f4478b9b
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
41863c2f
...
...
@@ -5,6 +5,7 @@ Based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
## [Unreleased]
- upt.log: Add missing file
- README.md: Fix logger documentation
## [0.4] - 2018-03-20
### Added
...
...
README.md
View file @
41863c2f
...
...
@@ -332,7 +332,7 @@ by upt by running:
```
import logging
...
logger = logging.getLogger('upt
-backend
')
logger = logging.getLogger('upt')
```
See the
[
logging module
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment