18 lines
656 B
YAML
18 lines
656 B
YAML
# Example config file for clipboard manager
|
|
logging:
|
|
# Format of the log output. Can be 'console' or 'json'.
|
|
# 'console' will output to the console, 'json' will output in JSON format.
|
|
# 'json' is useful for structured logging and can be parsed by log management systems.
|
|
format: console
|
|
|
|
# Logging level. Can be 'debug', 'info', 'warning', 'error', or 'critical'.
|
|
level: info
|
|
|
|
# Path to the log file. If not specified, the default will be ~/.local/share/kcm/kcm.log
|
|
# Logging to a file is only done when the watchdog is running as deamon.
|
|
# path:
|
|
|
|
clipboard:
|
|
# Maximum number of items to keep in the clipboard history.
|
|
max_items: 100
|