diff --git a/attributes/maestro-schema.c b/attributes/maestro-schema.c
index a826cb3ded47ac09fb99f4788649aadc6b8b9566..e712f4f2195d1a46d8202bec09188b54dbd96be2 100644
--- a/attributes/maestro-schema.c
+++ b/attributes/maestro-schema.c
@@ -493,7 +493,8 @@ mstro_schema__validate_attribute_key(const char *string)
 /* FIXME: replace log functions */
 static const cyaml_config_t
 mstro_cyaml_config = {
-  .log_level = CYAML_LOG_DEBUG, /* Logging errors and warnings only. */
+  //.log_level = CYAML_LOG_DEBUG, /* Logging errors and warnings only. */
+  .log_level = CYAML_LOG_ERROR, /* Logging errors and warnings only. */
   .log_fn = cyaml_log,            /* Use the default logging function. */
   .mem_fn = cyaml_mem,            /* Use the default memory allocator. */
 };