You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -267,13 +267,19 @@ These variables are used in conjunction to define how Bonita should access the [
267
267
268
268
`BIZ_DB_PASS`default value is businesspass.
269
269
270
+
### PRO_GRADE
271
+
272
+
**Since 2025.2-u3**
273
+
274
+
This optional environment variable is used to enable/disable the [Java Security Policy](https://documentation.bonitasoft.com/bonita/latest/security/java-security-policy) (using ProGrade). The default value is *true*, which activates the security policy protecting against malicious Groovy script execution. Set to *false* to disable the security policy (not recommended).
275
+
270
276
## Logger configuration
271
277
272
278
**Since 2022.1**
273
279
274
280
The logger can be configured by mounting a volume on folder `/opt/bonita/conf/logs` containing the configuration files.
275
281
276
-
the volume must contain the 2 files [log4j2-loggers.xml](https://raw.githubusercontent.com/bonitasoft/bonita-distrib/10.4.3/tomcat-resources/tomcat-distrib-for-bonita/src/main/resources/tomcat/server/conf/log4j2-loggers.xml) and [log4j2-appenders.xml](https://raw.githubusercontent.com/bonitasoft/bonita-distrib/10.4.3/docker/files/log4j2/log4j2-appenders.xml)
282
+
the volume must contain the 2 files [log4j2-loggers.xml](https://raw.githubusercontent.com/bonitasoft/bonita-distrib/10.4.5/tomcat-resources/tomcat-distrib-for-bonita/src/main/resources/tomcat/server/conf/log4j2-loggers.xml) and [log4j2-appenders.xml](https://raw.githubusercontent.com/bonitasoft/bonita-distrib/10.4.5/docker/files/log4j2/log4j2-appenders.xml)
277
283
278
284
Any change made to one of this 2 files is automatically hot-reloaded and taken into account immediately.
279
285
@@ -367,7 +373,7 @@ For updating from a version before 7.10.0, please refer to the [documentation](h
367
373
- Launch the new container pointing towards the copy of the database.
For more details regarding Bonita update and for version before 7.10.0, see the [documentation](https://documentation.bonitasoft.com/bonita/latest/version-update/migrate-from-an-earlier-version-of-bonita).
0 commit comments