You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ Synopsis
79
79
Methods
80
80
=======
81
81
82
-
This logger module is designed to be shared inside an nginx worker process by all the requests. So currently only one remote log server is supported. We may support multiple log server sharding in the future.
82
+
This logger module is designed to be shared inside an Nginx worker process by all the requests. So currently only one remote log server is supported. We may support multiple log server sharding in the future.
83
83
84
84
[Back to TOC](#table-of-contents)
85
85
@@ -127,6 +127,10 @@ Available user configurations are listed as follows:
127
127
128
128
Keepalive pool size used by sock:keepalive. Default to 10.
129
129
130
+
*`max_buffer_reuse`
131
+
132
+
Max number of reuse times of internal logging buffer before creating a new one (to prevent memory leak).
133
+
130
134
*`periodic_flush`
131
135
132
136
Periodic flush interval (in seconds). Set to `nil` to turn off this feature.
0 commit comments