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
@@ -37,15 +37,13 @@ The following settings show an example of doing so in `application.properties`:
37
37
jmx:
38
38
domain: "com.example.myapp"
39
39
----
40
-
====
41
40
42
41
43
42
44
43
[[actuator.jmx.disable-jmx-endpoints]]
45
44
=== Disabling JMX Endpoints
46
45
If you do not want to expose endpoints over JMX, you can set the configprop:management.endpoints.jmx.exposure.exclude[] property to `*`, as the following example shows:
@@ -98,20 +92,17 @@ To do so, prefix the parameter with `management.endpoint.jolokia.config.`, as th
98
92
config:
99
93
debug: true
100
94
----
101
-
====
102
95
103
96
104
97
105
98
[[actuator.jmx.jolokia.disabling]]
106
99
==== Disabling Jolokia
107
100
If you use Jolokia but do not want Spring Boot to configure it, set the configprop:management.endpoint.jolokia.enabled[] property to `false`, as follows:
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/loggers.adoc
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,13 +21,11 @@ These levels can be one of:
21
21
=== Configure a Logger
22
22
To configure a given logger, `POST` a partial entity to the resource's URI, as the following example shows:
23
23
24
-
====
25
24
[source,json,indent=0,subs="verbatim"]
26
25
----
27
26
{
28
27
"configuredLevel": "DEBUG"
29
28
}
30
29
----
31
-
====
32
30
33
31
TIP: To "`reset`" the specific level of the logger (and use the default configuration instead), you can pass a value of `null` as the `configuredLevel`.
0 commit comments