test: Set to TRACE logging by default
I think this is a reasonable default given the purpose of this project.fix-revocation-examples
parent
dc8ea3e3eb
commit
bc7a1186bc
|
@ -713,6 +713,7 @@ COPY public.ofprivacylist (username, name, isdefault, list) FROM stdin;
|
|||
COPY public.ofproperty (name, propvalue, encrypted, iv) FROM stdin;
|
||||
user.scramHashedPasswordOnly true 0 \N
|
||||
xmpp.socket.ssl.active true 0 \N
|
||||
log.trace.enabled true 0 \N
|
||||
provider.admin.className org.jivesoftware.openfire.admin.DefaultAdminProvider 0 \N
|
||||
xmpp.domain xmpp1.localhost.example 0 \N
|
||||
xmpp.auth.anonymous false 0 \N
|
||||
|
|
|
@ -713,6 +713,7 @@ COPY public.ofprivacylist (username, name, isdefault, list) FROM stdin;
|
|||
COPY public.ofproperty (name, propvalue, encrypted, iv) FROM stdin;
|
||||
user.scramHashedPasswordOnly true 0 \N
|
||||
xmpp.socket.ssl.active true 0 \N
|
||||
log.trace.enabled true 0 \N
|
||||
provider.admin.className org.jivesoftware.openfire.admin.DefaultAdminProvider 0 \N
|
||||
xmpp.domain xmpp2.localhost.example 0 \N
|
||||
xmpp.auth.anonymous false 0 \N
|
||||
|
|
Loading…
Reference in New Issue