Skip to content

Commit

Permalink
Disable auditing events (#388)
Browse files Browse the repository at this point in the history
* Use local SDK, WIP

* SetAuditingEnabled(false)

* Improve logs

* Revert "Use local SDK, WIP"

This reverts commit 07b3711.

* Clean up

* Update nuget
  • Loading branch information
luiscantero authored Aug 16, 2024
1 parent 306f3dc commit d6f80e5
Show file tree
Hide file tree
Showing 3 changed files with 129 additions and 129 deletions.
2 changes: 1 addition & 1 deletion src/Configuration/OpcUaAppConfigFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public async Task<ApplicationConfiguration> ConfigureAsync()
.SetMaxRegistrationInterval(_config.OpcUa.LdsRegistrationInterval)
// Enable auditing events and diagnostics.
.SetDiagnosticsEnabled(true)
.SetAuditingEnabled(true)
.SetAuditingEnabled(false)
// Set the server capabilities.
.SetMaxSessionCount(_config.OpcUa.MaxSessionCount)
.SetMaxSessionTimeout(_config.OpcUa.MaxSessionTimeout)
Expand Down
Loading

0 comments on commit d6f80e5

Please sign in to comment.