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