This commit is contained in:
erikjohnston
2022-05-25 09:14:38 +00:00
parent a7da1f9e6d
commit 088d0fbd69
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -183,7 +183,7 @@ loggers:
</code></pre>
<p>The above logging config will set Synapse as 'INFO' logging level by default,
with the SQL layer at 'WARNING', and will log to a file, stored as JSON.</p>
<p>It is also possible to figure Synapse to log to a remote endpoint by using the
<p>It is also possible to configure Synapse to log to a remote endpoint by using the
<code>synapse.logging.RemoteHandler</code> class included with Synapse. It takes the
following arguments:</p>
<ul>