diff --git a/services/param/linux/param_request.c b/services/param/linux/param_request.c index 255cf4e50..01af739af 100644 --- a/services/param/linux/param_request.c +++ b/services/param/linux/param_request.c @@ -41,7 +41,7 @@ __attribute__((constructor)) static void ParameterInit(void) if (getpid() == 1) { return; } - EnableInitLog(INIT_INFO); + EnableInitLog(INIT_ERROR); PARAM_WORKSPACE_OPS ops = {0}; ops.updaterMode = 0; #ifdef PARAM_BASE_LOG