Skip to content

Commit

Permalink
Fix message (#4397)
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-git authored and bouwkast committed Jul 31, 2023
1 parent 69d603f commit 21f57f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracer/src/Datadog.Trace/AppSec/Security.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ private Security(SecuritySettings? settings = null, IWaf? waf = null, IRcmSubscr
}
else
{
Log.Information("AppSec remote enabling not allowed (DD_APPSEC_ENABLED=false).");
Log.Information("AppSec was not activated, its status is enabled={AppSecEnabled}, AppSec can be remotely enabled={CanBeRcEnabled}.", Enabled, _settings.CanBeToggled);
}

var subscriptionsKeys = new List<string>();
Expand Down

0 comments on commit 21f57f6

Please sign in to comment.