removed bugsnag references from docs

This commit is contained in:
Sam Schott 2020-12-04 21:40:24 +00:00
parent 7306250c6c
commit 0661df8a76
2 changed files with 2 additions and 5 deletions

View File

@ -5,5 +5,4 @@ Systemd journal,User defined (default: INFO),If started as systemd service
Systemd notify status,INFO,If started as systemd notify service
:attr:`Maestral.status` API,INFO,Alyways
Desktop notifications,WARNING,Alyways
:attr:`Maestral.fatal_errors` API,ERROR,Alyways
Bugsnag,ERROR,Disabled by default
:attr:`Maestral.fatal_errors` API,ERROR,Alyways
1 Target Log level Enabled
5 Systemd notify status INFO If started as systemd notify service
6 :attr:`Maestral.status` API INFO Alyways
7 Desktop notifications WARNING Alyways
8 :attr:`Maestral.fatal_errors` API ERROR Alyways
Bugsnag ERROR Disabled by default

View File

@ -18,9 +18,7 @@ internal usage, others for external communication. For instance, cached logging
are used to populate the public APIs :attr:`Maestral.status` and
:attr:`Maestral.fatal_errors` and therefore use fixed log levels. Logging to stderr,
the systemd journal (if applicable) and to our log files uses the user defined log level
from :attr:`Maestral.log_level` which defaults to INFO. Finally, the Bugsnag
error handler which sends all errors to a server for analytics must be explicitly
enabled by the user and has a fixed log level of ERROR.
from :attr:`Maestral.log_level` which defaults to INFO.
.. csv-table::
:file: log_handlers.csv