Hi Anders,
Reviewed the patch.
Ack.
/Neel.
On 2016/10/24 04:45 PM, Anders Widell wrote:
> osaf/services/saf/immsv/immnd/ImmModel.cc | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
>
> After a commit of an SMF campaign, the syslog was filled with thousands of log
> messages with the text "Delete of PERSISTENT runtime object ...". Since the
> syslog is a global log for all applications running on a node, OpenSAF ought
> to
> be careful to not produce an excessive amount of syslog messages. The message
> has therefore been converted to a trace message.
>
> diff --git a/osaf/services/saf/immsv/immnd/ImmModel.cc
> b/osaf/services/saf/immsv/immnd/ImmModel.cc
> --- a/osaf/services/saf/immsv/immnd/ImmModel.cc
> +++ b/osaf/services/saf/immsv/immnd/ImmModel.cc
> @@ -16592,10 +16592,10 @@ SaInt32T ImmModel::pbePrtObjDeletesConti
> if(error == SA_AIS_OK) {
> if(oMut->mAfterImage->mObjFlags & IMM_PRTO_FLAG) {
> if(oMut->mAfterImage->mImplementer) {
> - LOG_NO("Delete of PERSISTENT runtime object '%s' (%s).",
> i2->first.c_str(),
> + TRACE("Delete of PERSISTENT runtime object '%s' (%s).",
> i2->first.c_str(),
>
> oMut->mAfterImage->mImplementer->mImplementerName.c_str());
> } else {
> - LOG_NO("Delete of PERSISTENT runtime object '%s' (%s).",
> i2->first.c_str(),
> + TRACE("Delete of PERSISTENT runtime object '%s' (%s).",
> i2->first.c_str(),
> "<detached>");
> }
> } else {
------------------------------------------------------------------------------
The Command Line: Reinvented for Modern Developers
Did the resurgence of CLI tooling catch you by surprise?
Reconnect with the command line and become more productive.
Learn the new .NET and ASP.NET CLI. Get your free copy!
http://sdm.link/telerik
_______________________________________________
Opensaf-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensaf-devel