Hi Folks,
Please find the way to suppress the same from getting logged in syslog,
In order to prevent certain syslog messages from being written to the log file, use the match command under the [system syslog] hierarchy to match any Regular Expression. The example below prevents any log message that has the text "loadDefaultService" from being written to the messages file. The match command is also available for matching syslog entries sent to a syslog host or to a user.
lab# show system syslog file messages
{
match "!(.* loadDefaultService.*)";
}