Skip to content

Instantly share code, notes, and snippets.

@fago
Last active July 11, 2025 14:33
Show Gist options
  • Save fago/b3ecd1d605b4a5a49e7fd96851a4ad13 to your computer and use it in GitHub Desktop.
Save fago/b3ecd1d605b4a5a49e7fd96851a4ad13 to your computer and use it in GitHub Desktop.
From a473567e3869cb3cab6d177b74867c74881d9512 Mon Sep 17 00:00:00 2001
From: Wolfgang Ziegler // fago <[email protected]>
Date: Fri, 11 Jul 2025 15:51:04 +0200
Subject: [PATCH] fix config log settings
---
.../config/config_log.settings.yml | 15 +++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)
diff --git a/recipes/mossbo_recipe_config_management/config/config_log.settings.yml b/recipes/mossbo_recipe_config_management/config/config_log.settings.yml
index 647cef4c10..3ba28041c4 100644
--- a/config/config_log.settings.yml
+++ b/config/config_log.settings.yml
@@ -1,7 +1,18 @@
+log_ignored_config: { }
+log_ignored_config_negate: false
+log_destination:
+ custom: custom
+ default: '0'
+ mail: '0'
+log_email_address: ''
+ignore_config_import: false
+ignore_no_changes: true
+leading_context_lines: '0'
+trailing_context_lines: '0'
log_to_file: false
log_to_db: true
file_directory: 'private://config_log'
-file_format: 'Ymd-His_\S\i\t\e-\N\a\m\e_OP-\O\p\e\r\a\t\i\o\n'
+file_format: Ymd-His_\S\i\t\e-\N\a\m\e_OP-\O\p\e\r\a\t\i\o\n
excluded_keys:
- uuid
- - _core
\ No newline at end of file
+ - _core
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment