Skip to content

Commit

Permalink
Merge pull request #1704 from mohanachandran-s/develop
Browse files Browse the repository at this point in the history
MOSIP-38434 - Disabled the debug logs by default and apitest common version updated
  • Loading branch information
mohanachandran-s authored Dec 18, 2024
2 parents a5d0eda + 4bdfcb9 commit 4bf572c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions apitest-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>io.mosip.testrig.apirig.apitest.commons</groupId>
<groupId>io.mosip.testrig.apitest.commons</groupId>
<artifactId>apitest-commons</artifactId>
<packaging>jar</packaging>
<name>apitest-commons</name>
<description>Parent project of MOSIP functional tests</description>
<url>https://github.com/mosip/mosip-functional-tests</url>
<version>1.2.2-SNAPSHOT</version>
<version>1.3.1-SNAPSHOT</version>

<licenses>
<license>
Expand Down Expand Up @@ -725,4 +725,4 @@
</build>
</profile>
</profiles>
</project>
</project>
4 changes: 2 additions & 2 deletions apitest-commons/src/main/resources/config/Kernel.properties
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ ida_db_schema=ida


#------------------------ Generic properties ------------------------#
enableDebug=yes
enableDebug=no
preconfiguredOtp=111111
usePreConfiguredOtp=false
# supported values yes or no. Assume that by Default e-signet is deployed
Expand Down Expand Up @@ -269,4 +269,4 @@ authCertsPath=/home/mosip/authcerts


mosip_components_base_urls=
#auditmanager=api-internal.released.mosip.net;idrepository=api-internal.released.mosip.net;authmanager=api-internal.released.mosip.net;resident=api-internal.released.mosip.net;partnermanager=api-internal.released.mosip.net;idauthentication=api-internal.released.mosip.net;masterdata=api-internal.released.mosip.net;idgenerator=api-internal.released.mosip.net;policymanager=api-internal.released.mosip.net;preregistration=api-internal.released.mosip.net;keymanager=api-internal.released.mosip.net
#auditmanager=api-internal.released.mosip.net;idrepository=api-internal.released.mosip.net;authmanager=api-internal.released.mosip.net;resident=api-internal.released.mosip.net;partnermanager=api-internal.released.mosip.net;idauthentication=api-internal.released.mosip.net;masterdata=api-internal.released.mosip.net;idgenerator=api-internal.released.mosip.net;policymanager=api-internal.released.mosip.net;preregistration=api-internal.released.mosip.net;keymanager=api-internal.released.mosip.net
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.mosip.testrig</groupId>
<artifactId>mosip-functional-test</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.3.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>mosip-function-test</name>
<description>Parent project of MOSIP Functional test</description>
Expand Down

0 comments on commit 4bf572c

Please sign in to comment.