docs: some cleanup

This commit is contained in:
James R. Barlow
2019-07-27 04:04:33 -07:00
parent 85c90404d7
commit e4cfcec5f3
3 changed files with 12 additions and 10 deletions
+3 -3
View File
@@ -64,10 +64,10 @@ def configure_logging(verbosity, progress_bar_friendly=True, manage_root_logger=
similar to ocrmypdf command line interface. If not used, the external application
should configure logging on its own.
ocrmypdf will perform all of its logging under the `"ocrmypdf"` logging namespace.
In addition, ocrmypdf imports pdfminer, which logs under `"pdfminer"`. A library
ocrmypdf will perform all of its logging under the ``"ocrmypdf"`` logging namespace.
In addition, ocrmypdf imports pdfminer, which logs under ``"pdfminer"``. A library
user may wish to configure both; note that pdfminer is extremely chatty at the log
level logging.INFO.
level ``logging.INFO``.
Library users may perform additional configuration afterwards.