This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: doc Add references to logging.basicConfig
Type: enhancement Stage: resolved
Components: Documentation Versions: Python 3.8, Python 3.7, Python 3.6, Python 3.5, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: adelfino, docs@python, taleinat, vinay.sajip
Priority: normal Keywords: patch

Created on 2018-06-22 15:45 by adelfino, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 7858 merged adelfino, 2018-06-22 15:47
PR 7899 merged miss-islington, 2018-06-25 06:17
PR 7900 merged miss-islington, 2018-06-25 06:19
PR 7901 closed taleinat, 2018-06-25 06:30
PR 7902 merged taleinat, 2018-06-25 06:47
Messages (6)
msg320242 - (view) Author: Andrés Delfino (adelfino) * (Python triager) Date: 2018-06-22 15:45
IMHO, the logging.basicConfig documentation could have some useful references for filemodes, time.strftime, printf-formatting, and logging level.

PR adds them.
msg320398 - (view) Author: Tal Einat (taleinat) * (Python committer) Date: 2018-06-25 06:06
New changeset a8ddf85a84364d2c660e6670a7e06621993d1fdc by Tal Einat (Andrés Delfino) in branch 'master':
bpo-33943: Add references in the docs for logging.basicConfig (GH-7858)
https://github.com/python/cpython/commit/a8ddf85a84364d2c660e6670a7e06621993d1fdc
msg320399 - (view) Author: Tal Einat (taleinat) * (Python committer) Date: 2018-06-25 06:26
New changeset 66d77d8af8f7c3ebd604ad1e802b8e5006d79d8f by Tal Einat (Miss Islington (bot)) in branch '3.7':
bpo-33943: Add references in the docs for logging.basicConfig (GH-7858) (GH-7900)
https://github.com/python/cpython/commit/66d77d8af8f7c3ebd604ad1e802b8e5006d79d8f
msg320400 - (view) Author: Tal Einat (taleinat) * (Python committer) Date: 2018-06-25 06:31
New changeset 73848e028de58e7fb2b38bddb1638ca2323561a9 by Tal Einat (Miss Islington (bot)) in branch '3.6':
bpo-33943: Add references in the docs for logging.basicConfig (GH-7858) (GH-7899)
https://github.com/python/cpython/commit/73848e028de58e7fb2b38bddb1638ca2323561a9
msg320401 - (view) Author: Tal Einat (taleinat) * (Python committer) Date: 2018-06-25 06:52
New changeset aa770b7096c004abdf3c27bc361d6b60a4b668af by Tal Einat in branch '2.7':
[2.7] bpo-33943: Add references in the docs for logging.basicConfig (GH-7858) (GH-7902)
https://github.com/python/cpython/commit/aa770b7096c004abdf3c27bc361d6b60a4b668af
msg320407 - (view) Author: Tal Einat (taleinat) * (Python committer) Date: 2018-06-25 10:36
Thanks for the PR, Andrés! Merged and backported.
History
Date User Action Args
2022-04-11 14:59:02adminsetgithub: 78124
2018-06-25 10:36:04taleinatsetstatus: open -> closed
type: enhancement
messages: + msg320407

resolution: fixed
stage: patch review -> resolved
2018-06-25 06:52:38taleinatsetmessages: + msg320401
2018-06-25 06:47:48taleinatsetpull_requests: + pull_request7508
2018-06-25 06:31:26taleinatsetmessages: + msg320400
2018-06-25 06:30:24taleinatsetpull_requests: + pull_request7507
2018-06-25 06:26:01taleinatsetmessages: + msg320399
2018-06-25 06:19:48miss-islingtonsetpull_requests: + pull_request7506
2018-06-25 06:17:50miss-islingtonsetpull_requests: + pull_request7505
2018-06-25 06:14:58taleinatsetversions: + Python 3.5
2018-06-25 06:06:14taleinatsetnosy: + taleinat
messages: + msg320398
2018-06-22 20:51:54ned.deilysetnosy: + vinay.sajip
2018-06-22 15:47:49adelfinosetkeywords: + patch
stage: patch review
pull_requests: + pull_request7468
2018-06-22 15:45:56adelfinocreate