Skip to content

Commit

Permalink
Merge pull request #33367 from manovotn/issue33137
Browse files Browse the repository at this point in the history
Arc - document the need to execute full rebuild to enable monitoring of business method invocations
  • Loading branch information
manovotn authored May 15, 2023
2 parents 78d3934 + d100a4f commit 6d56928
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 6d56928

Please sign in to comment.