Skip to content

Commit a6222e2

Browse files
committed
revert: log level docstring as str
1 parent a46ebb2 commit a6222e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws_lambda_powertools/logging/logger.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class Logger:
4444
---------------------
4545
POWERTOOLS_SERVICE_NAME : str
4646
service name
47-
LOG_LEVEL: str, int
47+
LOG_LEVEL: str
4848
logging level (e.g. INFO, DEBUG)
4949
POWERTOOLS_LOGGER_SAMPLE_RATE: float
5050
samping rate ranging from 0 to 1, 1 being 100% sampling

0 commit comments

Comments
 (0)