소스 검색

Fixed #30316 -- Added source code link to the default logging configuration in logging docs.

Ahisahar Pretel 5 년 전
부모
커밋
717362d810
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      docs/topics/logging.txt

+ 2 - 1
docs/topics/logging.txt

@@ -752,4 +752,5 @@ handlers are attached to the root logger to provide the behavior described
 above.
 
 See also :ref:`Configuring logging <configuring-logging>` to learn how you can
-complement or replace this default logging configuration.
+complement or replace this default logging configuration defined in
+:source:`django/utils/log.py`.