Skip to content

Commit

Permalink
Arc - document the need to execute full rebuild to enable monitoring …
Browse files Browse the repository at this point in the history
…of bussiness method invocations
  • Loading branch information
manovotn committed May 15, 2023
1 parent 5a617cd commit d100a4f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ public class ArcDevModeConfig {

/**
* If set to true then the container monitors business method invocations and fired events during the development mode.
* <p>
* NOTE: This config property should not be changed in the development mode as it requires a full rebuild of the application
*/
@ConfigItem(defaultValue = "false")
public boolean monitoringEnabled;
Expand Down

0 comments on commit d100a4f

Please sign in to comment.