Message339526
| Author | spaceman_spiff |
|---|---|
| Recipients | docs@python, fdrake, spaceman_spiff, vinay.sajip |
| Date | 2019-04-06.06:44:03 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1554533043.19.0.958507482406.issue36532@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
I was under the impression that this was all it takes to use loggers with the normal string.format syntax.
e.g.:
log.info('{}', 'Test')
Turns out when I tested it I used f-strings in the first parameters - so I got it wrong.
Imho this can be closed and the pr rejected.
Sorry for wasting your time :) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-04-06 06:44:03 | spaceman_spiff | set | recipients: + spaceman_spiff, fdrake, vinay.sajip, docs@python |
| 2019-04-06 06:44:03 | spaceman_spiff | set | messageid: <1554533043.19.0.958507482406.issue36532@roundup.psfhosted.org> |
| 2019-04-06 06:44:03 | spaceman_spiff | link | issue36532 messages |
| 2019-04-06 06:44:03 | spaceman_spiff | create | |