changeset 7a211140f570 in trytond:default details: https://hg.tryton.org/trytond?cmd=changeset&node=7a211140f570 description: Use latest Python version for link to configuration file format diffstat:
doc/topics/logs.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff -r 738c1d725255 -r 7a211140f570 doc/topics/logs.rst --- a/doc/topics/logs.rst Mon Sep 13 23:43:03 2021 +0200 +++ b/doc/topics/logs.rst Tue Sep 14 21:49:26 2021 +0200 @@ -10,7 +10,7 @@ Logs can be configured using a `configparser-format`_ file. The filename can be specified using trytond ``logconf`` parameter. -.. _`configparser-format`: https://docs.python.org/2/library/logging.config.html#configuration-file-format +.. _`configparser-format`: https://docs.python.org/library/logging.config.html#configuration-file-format Example =======
