0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-29 08:13:46 +02:00

doc: Add note on INFO logging to files in SETUP. [ci skip]

This commit is contained in:
Jason Volk 2020-04-29 15:25:00 -07:00
parent c514e32a3b
commit c5ce08f3d1

View file

@ -67,3 +67,7 @@ to point at Riot's `webapp/` directory by entering the following:
* If you are employing a reverse-proxy you must review the apropos section in
the [TROUBLESHOOTING](TROUBLESHOOTING.md#trouble-with-reverse-proxies-and-middlewares)
guide or the server may not operate correctly.
* Logging to files is only enabled by default for CRITICAL, ERROR, and WARNING.
It is not enabled by default for the INFO level. To enable, use `conf set
ircd.log.info.file.enable true`.