test: Set to TRACE logging by default

I think this is a reasonable default given the purpose of this project.
fix-revocation-examples
Matthew Vivian 2024-11-19 14:52:17 +00:00 committed by Guus der Kinderen
parent dc8ea3e3eb
commit bc7a1186bc
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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