Skip to content

Commit

Permalink
update jvm args for local run profile
Browse files Browse the repository at this point in the history
  • Loading branch information
iosdev747 committed Aug 13, 2024
1 parent dd1e673 commit c8f9fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .run/varadhi local [run].run.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<option value="--args=&quot;src/main/resources/configuration.yml&quot;" />
</list>
</option>
<option name="vmOptions" />
<option name="vmOptions" value="-Dvertx.disableDnsResolver=true -Dlog4j2.configurationFile=src/main/resources/log4j2.xml" />
</ExternalSystemSettings>
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
Expand Down

0 comments on commit c8f9fa1

Please sign in to comment.