Skip to content

Commit

Permalink
chore: enabled scheduled debugger in run configs
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniDigger committed Nov 17, 2024
1 parent 151907c commit 68e08ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .run/backend json logging.run.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="backend json logging" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
<option name="SCHEDULED_DEBUGGER" value="true" />
<envs>
<env name="JSON_LOGS_ENABLED" value="true" />
</envs>
Expand All @@ -15,4 +16,4 @@
<option name="Make" enabled="true" />
</method>
</configuration>
</component>
</component>
3 changes: 2 additions & 1 deletion .run/backend.run.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="backend" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
<option name="SCHEDULED_DEBUGGER" value="true" />
<module name="hangar" />
<option name="SPRING_BOOT_MAIN_CLASS" value="io.papermc.hangar.HangarApplication" />
<extension name="coverage">
Expand All @@ -12,4 +13,4 @@
<option name="Make" enabled="true" />
</method>
</configuration>
</component>
</component>

0 comments on commit 68e08ef

Please sign in to comment.