diff --git a/services/param/linux/param_request.c b/services/param/linux/param_request.c index 255cf4e50033f2a1206f59f138a739555f0f311f..01af739af05c7992d00cfdc81cb1d12e18abe544 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