Skip to content

Commit 73ce7ad

Browse files
committed
Change default logger name
1 parent bf45c9e commit 73ce7ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
# Environment variable name for configurable log level
226226
LIGHTSPEED_STACK_LOG_LEVEL_ENV_VAR: Final[str] = "LIGHTSPEED_STACK_LOG_LEVEL"
227227
# Default log level when environment variable is not set
228-
DEFAULT_LOGGER_NAME = "lcs"
228+
DEFAULT_LOGGER_NAME = "lightspeed_stack"
229229
DEFAULT_LOG_LEVEL: Final[str] = "INFO"
230230
# Default log format for plain-text logging in non-TTY environments
231231
DEFAULT_LOG_FORMAT: Final[str] = (

0 commit comments

Comments
 (0)