Skip to content

Commit 1c7418c

Browse files
committed
chore: fix docstring on level [str,int] consistency
1 parent 24f6391 commit 1c7418c

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
@@ -53,7 +53,7 @@ class Logger:
5353
----------
5454
service : str, optional
5555
service name to be appended in logs, by default "service_undefined"
56-
level : str, optional
56+
level : str, int optional
5757
logging.level, by default "INFO"
5858
child: bool, optional
5959
create a child Logger named <service>.<caller_file_name>, False by default

0 commit comments

Comments
 (0)