From 142e49c19c09b471854cc04593a18669ba7c8cf8 Mon Sep 17 00:00:00 2001 From: Utz-Uwe Haus <uhaus@hpe.com> Date: Mon, 27 Apr 2020 13:51:54 +0000 Subject: [PATCH] make cyaml quiet --- attributes/maestro-schema.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/attributes/maestro-schema.c b/attributes/maestro-schema.c index a826cb3d..e712f4f2 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. */ }; -- GitLab