qml.logging.config_path
-
config_path()[source]
This method returns the full absolute path to the the log_config.toml
configuration file.
- Returns
System path to the log_config.toml
file.
- Return type
str
Example
>>> config_path()
/home/user/pyenv/lib/python3.10/site-packages/pennylane/logging/log_config.toml
code/api/pennylane.logging.config_path