-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ee8fb69
commit 80f44c4
Showing
2 changed files
with
17 additions
and
106 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
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
I realized that
LOG_FORMAT
got introduced here and then.I was investigating why the plugin name disappeared from its log message.
Our Pelican plugin makes use of the
logger = logging.getLogger(__name__)
so that plugin-specific names can appear with the log message as well.Is this something that we can quickly fix by introducing the
(name)
into thisLOG_FORMAT
?Perhaps, like: