File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2412,7 +2412,7 @@ LogFormatChangedDetails hasLogFormatChanged(const Owned<IPropertyTree> &logConfi
2412
2412
return logFormatChanged;
2413
2413
}
2414
2414
2415
- bool configureHandlers (bool rejectOnTheFlyChanges )
2415
+ bool configureHandlers (bool rejectOnTheFlyLogFormatChanges )
2416
2416
{
2417
2417
Owned<IPropertyTree> logConfig = getComponentConfigSP ()->getPropTree (" logging" );
2418
2418
if (logConfig)
@@ -2423,11 +2423,11 @@ bool configureHandlers(bool rejectOnTheFlyChanges)
2423
2423
return false ;
2424
2424
}
2425
2425
2426
- if (rejectOnTheFlyChanges )
2426
+ if (rejectOnTheFlyLogFormatChanges )
2427
2427
{
2428
2428
LogFormatChangedDetails logFormatChanged = hasLogFormatChanged (logConfig);
2429
2429
if (logFormatChanged.formatChangeDetected )
2430
- UWARNLOG (" JLog: Ignoring log format configuration change on the fly is not supported in a containerized environment" );
2430
+ UWARNLOG (" JLog: Ignoring log format configuration change on the fly, as it is not supported in a containerized environment" );
2431
2431
}
2432
2432
2433
2433
if (logConfig->hasProp (logFieldsAtt))
You can’t perform that action at this time.
0 commit comments