mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-22 17:46:08 +03:00
deploy: 106d99b8cd
This commit is contained in:
parent
36bedb6c6a
commit
fdafbd5343
4 changed files with 12 additions and 12 deletions
|
@ -5664,11 +5664,11 @@ redis:
|
|||
<div id="chapter_begin" style="break-before: page; page-break-before: always;"></div><h1 id="logging-sample-configuration-file"><a class="header" href="#logging-sample-configuration-file">Logging Sample Configuration File</a></h1>
|
||||
<p>Below is a sample logging configuration file. This file can be tweaked to control how your
|
||||
homeserver will output logs. A restart of the server is generally required to apply any
|
||||
changes made to this file.</p>
|
||||
<p>Note that the contents below are <em>not</em> intended to be copied and used as the basis for
|
||||
a real homeserver.yaml. Instead, if you are starting from scratch, please generate
|
||||
a fresh config using Synapse by following the instructions in
|
||||
<a href="usage/configuration/../../setup/installation.html">Installation</a>.</p>
|
||||
changes made to this file. The value of the <code>log_config</code> option in your homeserver
|
||||
config should be the path to this file.</p>
|
||||
<p>Note that a default logging configuration (shown below) is created automatically alongside
|
||||
the homeserver config when following the <a href="usage/configuration/../../setup/installation.html">installation instructions</a>.
|
||||
It should be named <code><SERVERNAME>.log.config</code> by default.</p>
|
||||
<pre><code class="language-yaml"># Log configuration for Synapse.
|
||||
#
|
||||
# This is a YAML file containing a standard Python logging configuration
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -185,11 +185,11 @@
|
|||
<h1 id="logging-sample-configuration-file"><a class="header" href="#logging-sample-configuration-file">Logging Sample Configuration File</a></h1>
|
||||
<p>Below is a sample logging configuration file. This file can be tweaked to control how your
|
||||
homeserver will output logs. A restart of the server is generally required to apply any
|
||||
changes made to this file.</p>
|
||||
<p>Note that the contents below are <em>not</em> intended to be copied and used as the basis for
|
||||
a real homeserver.yaml. Instead, if you are starting from scratch, please generate
|
||||
a fresh config using Synapse by following the instructions in
|
||||
<a href="../../setup/installation.html">Installation</a>.</p>
|
||||
changes made to this file. The value of the <code>log_config</code> option in your homeserver
|
||||
config should be the path to this file.</p>
|
||||
<p>Note that a default logging configuration (shown below) is created automatically alongside
|
||||
the homeserver config when following the <a href="../../setup/installation.html">installation instructions</a>.
|
||||
It should be named <code><SERVERNAME>.log.config</code> by default.</p>
|
||||
<pre><code class="language-yaml"># Log configuration for Synapse.
|
||||
#
|
||||
# This is a YAML file containing a standard Python logging configuration
|
||||
|
|
Loading…
Reference in a new issue