-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add better logging to show derivation of base URL
That "one-liner" assigning directly to bot.memory was clever, but it didn't tell the bot owner whether the base URL comes from `link_base` in the config or assumed from the `inventory` setting. Now the logs do that, at the cost of a few extra LoC. They also say when a trailing slash is added automatically. Also changed `LOGGER.exception()` calls in `update_sphinx_objects()` to `LOGGER.error()`; the tracebacks are not useful.
- Loading branch information
Showing
1 changed file
with
26 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters