We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf45c9e commit 73ce7adCopy full SHA for 73ce7ad
1 file changed
src/constants.py
@@ -225,7 +225,7 @@
225
# Environment variable name for configurable log level
226
LIGHTSPEED_STACK_LOG_LEVEL_ENV_VAR: Final[str] = "LIGHTSPEED_STACK_LOG_LEVEL"
227
# Default log level when environment variable is not set
228
-DEFAULT_LOGGER_NAME = "lcs"
+DEFAULT_LOGGER_NAME = "lightspeed_stack"
229
DEFAULT_LOG_LEVEL: Final[str] = "INFO"
230
# Default log format for plain-text logging in non-TTY environments
231
DEFAULT_LOG_FORMAT: Final[str] = (
0 commit comments