Skip to content

Commit

Permalink
Set to TRACE logging by default (other envs)
Browse files Browse the repository at this point in the history
Apply the change from fccc330 to all other environments.
  • Loading branch information
guusdk committed Nov 21, 2024
1 parent 3dae0e2 commit b414916
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions cluster/sql/openfire.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions cluster_with_federation/sql/clustered/openfire.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions cluster_with_federation/sql/otherdomain/openfire.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions proxy/sql/openfire.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions simple/sql/openfire.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b414916

Please sign in to comment.