#pragma section-numbers off [[TableOfContents]] = 概要 = Python の loggingに関して = 参考サイト = * logging https://docs.python.org/ja/3.13/library/logging.html * Logging HOWTO https://docs.python.org/ja/3.13/howto/logging.html = 設定ファイル = * 基本的には設定ファイルに設定を記載して利用する * pyproject.toml に記載するのが推奨 * 別ファイルに記載する場合も toml ファイルにしておくと良い * 設定ファイル例 https://github.com/sakito/python-sample-junk/blob/main/logging.config.toml