From b41491611521212f3ebd78c92d1e330abb7694cc Mon Sep 17 00:00:00 2001 From: Guus der Kinderen Date: Thu, 21 Nov 2024 13:51:02 +0100 Subject: [PATCH] Set to TRACE logging by default (other envs) Apply the change from fccc3303e4aa9032651111ee657bc3c89a653bc0 to all other environments. --- cluster/sql/openfire.sql | 1 + cluster_with_federation/sql/clustered/openfire.sql | 1 + cluster_with_federation/sql/otherdomain/openfire.sql | 1 + proxy/sql/openfire.sql | 1 + simple/sql/openfire.sql | 1 + 5 files changed, 5 insertions(+) diff --git a/cluster/sql/openfire.sql b/cluster/sql/openfire.sql index b60022e..ee0d05d 100644 --- a/cluster/sql/openfire.sql +++ b/cluster/sql/openfire.sql @@ -712,6 +712,7 @@ COPY public.ofprivacylist (username, name, isdefault, list) FROM stdin; COPY public.ofproperty (name, propvalue, encrypted, iv) FROM stdin; 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 xmpp.localhost.example 0 \N xmpp.auth.anonymous false 0 \N diff --git a/cluster_with_federation/sql/clustered/openfire.sql b/cluster_with_federation/sql/clustered/openfire.sql index b60022e..ee0d05d 100644 --- a/cluster_with_federation/sql/clustered/openfire.sql +++ b/cluster_with_federation/sql/clustered/openfire.sql @@ -712,6 +712,7 @@ COPY public.ofprivacylist (username, name, isdefault, list) FROM stdin; COPY public.ofproperty (name, propvalue, encrypted, iv) FROM stdin; 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 xmpp.localhost.example 0 \N xmpp.auth.anonymous false 0 \N diff --git a/cluster_with_federation/sql/otherdomain/openfire.sql b/cluster_with_federation/sql/otherdomain/openfire.sql index 5b44ddf..08c3498 100644 --- a/cluster_with_federation/sql/otherdomain/openfire.sql +++ b/cluster_with_federation/sql/otherdomain/openfire.sql @@ -712,6 +712,7 @@ COPY public.ofprivacylist (username, name, isdefault, list) FROM stdin; COPY public.ofproperty (name, propvalue, encrypted, iv) FROM stdin; 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 otherxmpp.localhost.example 0 \N xmpp.auth.anonymous false 0 \N diff --git a/proxy/sql/openfire.sql b/proxy/sql/openfire.sql index e15d648..b3fbabc 100644 --- a/proxy/sql/openfire.sql +++ b/proxy/sql/openfire.sql @@ -712,6 +712,7 @@ COPY public.ofprivacylist (username, name, isdefault, list) FROM stdin; COPY public.ofproperty (name, propvalue, encrypted, iv) FROM stdin; 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 xmpp.localhost.example 0 \N xmpp.auth.anonymous false 0 \N diff --git a/simple/sql/openfire.sql b/simple/sql/openfire.sql index e15d648..b3fbabc 100644 --- a/simple/sql/openfire.sql +++ b/simple/sql/openfire.sql @@ -712,6 +712,7 @@ COPY public.ofprivacylist (username, name, isdefault, list) FROM stdin; COPY public.ofproperty (name, propvalue, encrypted, iv) FROM stdin; 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 xmpp.localhost.example 0 \N xmpp.auth.anonymous false 0 \N