mirror of https://github.com/apache/activemq.git
https://issues.apache.org/jira/browse/AMQ-4594 - turning off debug for jaas module
This commit is contained in:
parent
ce9be7b11a
commit
1981adf429
|
@ -16,7 +16,6 @@
|
||||||
*/
|
*/
|
||||||
activemq {
|
activemq {
|
||||||
org.apache.activemq.jaas.PropertiesLoginModule required
|
org.apache.activemq.jaas.PropertiesLoginModule required
|
||||||
debug=true
|
|
||||||
org.apache.activemq.jaas.properties.user="users.properties"
|
org.apache.activemq.jaas.properties.user="users.properties"
|
||||||
org.apache.activemq.jaas.properties.group="groups.properties";
|
org.apache.activemq.jaas.properties.group="groups.properties";
|
||||||
};
|
};
|
Loading…
Reference in New Issue