.. _ref_logging_guide: Configure logging ================= PyCFX uses the logging API that the Python standard library provides. For more information, see `Logging -- Logging facility for Python`_ in the Python documentation. PyCFX includes multiple loggers and provides a ``logging_config.yaml`` file in the standard format. You can edit this file to configure logging based on your requirements. .. _Logging -- Logging facility for Python: https://docs.python.org/3/library/logging.html