test: Set to TRACE logging by default

I think this is a reasonable default given the purpose of this project.
pull/67/head
Matthew Vivian 2024-11-19 14:52:17 +00:00
parent e363463748
commit fccc3303e4
No known key found for this signature in database
GPG Key ID: BADAD4A1EE1C9B34
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