Skip to content

Commit df78ea7

Browse files
committed
Merge branch 'main' into support/3.2
2 parents d7b9250 + 295ccf6 commit df78ea7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

code/zato-common/src/zato/common/util/logging_.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,11 +121,11 @@
121121
class: logging.StreamHandler
122122
stream: ext://sys.stdout
123123
http_access_log:
124-
formatter: {server_log_max_size}
124+
formatter: default
125125
class: {log_handler_class}
126126
filename: './logs/http_access.log'
127127
mode: 'a'
128-
maxBytes: 20000000
128+
maxBytes: {server_log_max_size}
129129
backupCount: 10
130130
encoding: 'utf8'
131131
admin:

0 commit comments

Comments
 (0)