Skip to content

Commit 284cbfd

Browse files
committed
__BUGZILLA_LOG_FILE -> PYTHONBUGZILLA_LOG_FILE
Rename the environment variable for better expression:point_left:
1 parent ddc2bc7 commit 284cbfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bugzilla/_mi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
log = logging.getLogger(bugzilla.__name__)
5454

55-
DEFAULT_BZ_LOG = os.getenv("__BUGZILLA_LOG_FILE") or os.path.join(
55+
DEFAULT_BZ_LOG = os.getenv("PYTHONBUGZILLA_LOG_FILE") or os.path.join(
5656
os.path.dirname(os.path.abspath(__file__)),
5757
datetime.datetime.now().strftime("../BZMI%y%m%d%H%M%S.log"))
5858

0 commit comments

Comments
 (0)