@@ -1076,6 +1076,14 @@ def enable_dev_tools(self,
1076
1076
1077
1077
Available dev_tools environment variables:
1078
1078
1079
+ - DASH_DEBUG
1080
+ - DASH_SERVE_DEV_BUNDLES
1081
+ - DASH_HOT_RELOAD
1082
+ - DASH_HOT_RELOAD_INTERVAL
1083
+ - DASH_HOT_RELOAD_WATCH_INTERVAL
1084
+ - DASH_HOT_RELOAD_MAX_RETRY
1085
+ - DASH_SILENCE_ROUTES_LOGGING
1086
+
1079
1087
:param debug: If True, then activate all the tools unless specifically
1080
1088
disabled by the arguments or by environ variables. Available as
1081
1089
`DASH_DEBUG` environment variable.
@@ -1095,9 +1103,12 @@ def enable_dev_tools(self,
1095
1103
`DASH_HOT_RELOAD_WATCH_INTERVAL` environment variable.
1096
1104
:type dev_tools_hot_reload_watch_interval: float
1097
1105
:param dev_tools_hot_reload_max_retry: Maximum amount of retries before
1098
- failing and display a pop up. Default 30.
1106
+ failing and display a pop up. Default 30. Available as
1107
+ `DASH_HOT_RELOAD_MAX_RETRY` environment variable.
1108
+ :type dev_tools_hot_reload_max_retry: int
1099
1109
:param dev_tools_silence_routes_logging: Silence the `werkzeug` logger,
1100
- will remove all routes logging.
1110
+ will remove all routes logging. Available as
1111
+ `DASH_SILENCE_ROUTES_LOGGING` environment variable.
1101
1112
:type dev_tools_silence_routes_logging: bool
1102
1113
:return: debug
1103
1114
"""
0 commit comments