Hide Debug interface settings during production
Hide the Debug panel of the Settings dialog in a production environment.
About this task
Procedure
- In Guidewire Studio, navigate to , and then open the file Client_Properties.json.
-
Locate the structure named
system_preferences. -
Within this structure, place the following line:
If the setting is set to"show_debug_preferences_in_production": falsetrue, then the Debug panel is always shown.The following is an example of hiding debugging settings during production:"system_preferences": { "show_debug_preferences_in_production": false }
What to do next
See also
