8000 log serializer DEBUG logs only for TRACE · localstack/localstack@3c0d807 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3c0d807

Browse files
committed
log serializer DEBUG logs only for TRACE
1 parent df960fe commit 3c0d807

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

localstack/logging/setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,14 @@
1818
"s3transfer": logging.INFO,
1919
"urllib3": logging.WARNING,
2020
"werkzeug": logging.WARNING,
21+
"localstack.aws.protocol.serializer": logging.INFO,
2122
"localstack.aws.serving.wsgi": logging.WARNING,
2223
"localstack.request": logging.INFO,
2324
"localstack.request.internal": logging.WARNING,
2425
}
2526

2627
trace_log_levels = {
28+
"localstack.aws.protocol.serializer": logging.DEBUG,
2729
"localstack.aws.serving.wsgi": logging.DEBUG,
2830
"localstack.request": logging.DEBUG,
2931
"localstack.request.internal": logging.INFO,

0 commit comments

Comments
 (0)
0