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
23a919d2
Commit
23a919d2
authored
1 year ago
by
Erik Johnston
Browse files
Options
Downloads
Patches
Plain Diff
Fix links
parent
74e44c40
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
debian/po/templates.pot
+1
-1
1 addition, 1 deletion
debian/po/templates.pot
synapse/config/logger.py
+1
-1
1 addition, 1 deletion
synapse/config/logger.py
with
2 additions
and
2 deletions
debian/po/templates.pot
+
1
−
1
View file @
23a919d2
...
...
@@ -30,7 +30,7 @@ msgid ""
"The name that this homeserver will appear as, to clients and other servers "
"via federation. This is normally the public hostname of the server running "
"synapse, but can be different if you set up delegation. Please refer to the "
"delegation documentation in this case: https://github.com/
vector-im
/synapse/"
"delegation documentation in this case: https://github.com/
element-hq
/synapse/"
"blob/master/docs/delegate.md."
msgstr ""
...
...
This diff is collapsed.
Click to expand it.
synapse/config/logger.py
+
1
−
1
View file @
23a919d2
...
...
@@ -358,7 +358,7 @@ def setup_logging(
)
logging
.
warning
(
"
Copyright (c) 2023 New Vector, Inc
"
)
logging
.
warning
(
"
Licensed under the AGPL 3.0 license. Website: https://github.com/
vector-im
/synapse
"
"
Licensed under the AGPL 3.0 license. Website: https://github.com/
element-hq
/synapse
"
)
logging
.
info
(
"
Server hostname: %s
"
,
config
.
server
.
server_name
)
logging
.
info
(
"
Instance name: %s
"
,
hs
.
get_instance_name
())
...
...
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