Skip to content

Commit

Permalink
Provide capability to enable diagnostic and v2 audit logs
Browse files Browse the repository at this point in the history
  • Loading branch information
madurangasiriwardena committed Dec 5, 2024
1 parent 4c9117e commit 10230a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@
<enable_start_tls>true</enable_start_tls>
<enable_authentication>true</enable_authentication>
</emailSenderConfigs>

<loggingConfigs>
<enableV2AuditLogs>true</enableV2AuditLogs>
<diagnostic_log_mode>full</diagnostic_log_mode>
</loggingConfigs>
<!--
Database configuration to be used for data service testing. DB configuration in dbs files will be replaced with
below configuration at test run time
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2577,7 +2577,7 @@
<commons-lang.wso2.version>2.6.0.wso2v1</commons-lang.wso2.version>

<!-- Test dependencies -->
<carbon.automation.version>4.4.12</carbon.automation.version>
<carbon.automation.version>4.4.14</carbon.automation.version>
<carbon.automationutils.version>4.5.4</carbon.automationutils.version>
<selenium.version>2.40.0</selenium.version>
<testng.version>6.1.1</testng.version>
Expand Down

0 comments on commit 10230a3

Please sign in to comment.