Skip to content

Commit

Permalink
Update README.md (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuji38kwmt committed Mar 26, 2022
1 parent 202163d commit 68bdb2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ print(task.status)

```python
import logging
logging_formatter = '%(levelname)-8s : %(asctime)s : %(filename)s : %(name)s : %(funcName)s : %(message)s'
logging_formatter = '%(levelname)-8s : %(asctime)s : %(name)s : %(message)s'
logging.basicConfig(format=logging_formatter)
logging.getLogger("annofabapi").setLevel(level=logging.DEBUG)
```
Expand Down

0 comments on commit 68bdb2b

Please sign in to comment.