Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maunium
synapse
Commits
4f2e898c
Commit
4f2e898c
authored
6 years ago
by
kaiyou
Browse files
Options
Downloads
Patches
Plain Diff
Make the logging level configurable
parent
d4c14e14
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
contrib/docker/conf/log.config
+3
-3
3 additions, 3 deletions
contrib/docker/conf/log.config
contrib/docker/docker-compose.yml
+1
-0
1 addition, 0 deletions
contrib/docker/docker-compose.yml
with
4 additions
and
3 deletions
contrib/docker/conf/log.config
+
3
−
3
View file @
4f2e898c
...
@@ -17,13 +17,13 @@ handlers:
...
@@ -17,13 +17,13 @@ handlers:
loggers
:
loggers
:
synapse
:
synapse
:
level
:
INFO
level
:
{{
SYNAPSE_LOG_LEVEL
or
"WARNING"
}}
synapse
.
storage
.
SQL
:
synapse
.
storage
.
SQL
:
# beware: increasing this to DEBUG will make synapse log sensitive
# beware: increasing this to DEBUG will make synapse log sensitive
# information such as access tokens.
# information such as access tokens.
level
:
INFO
level
:
{{
SYNAPSE_LOG_LEVEL
or
"WARNING"
}}
root
:
root
:
level
:
INFO
level
:
{{
SYNAPSE_LOG_LEVEL
or
"WARNING"
}}
handlers
: [
console
]
handlers
: [
console
]
This diff is collapsed.
Click to expand it.
contrib/docker/docker-compose.yml
+
1
−
0
View file @
4f2e898c
...
@@ -15,6 +15,7 @@ services:
...
@@ -15,6 +15,7 @@ services:
-
SYNAPSE_SERVER_NAME=my.matrix.host
-
SYNAPSE_SERVER_NAME=my.matrix.host
-
SYNAPSE_REPORT_STATS=no
-
SYNAPSE_REPORT_STATS=no
-
SYNAPSE_ENABLE_REGISTRATION=yes
-
SYNAPSE_ENABLE_REGISTRATION=yes
-
SYNAPSE_LOG_LEVEL=INFO
-
POSTGRES_PASSWORD=changeme
-
POSTGRES_PASSWORD=changeme
volumes
:
volumes
:
# You may either store all the files in a local folder
# You may either store all the files in a local folder
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment