DEBUG messages in error.log after every Litespeed start
michacassola opened this issue · 2 comments
michacassola commented
After starting OLS I get this output in the error log:
2024-07-15 20:49:41.025862 [DEBUG] [29494] resetEvtcb calling resetEvtcbTail on this 0x558ef80bf6e0
2024-07-15 20:49:41.025866 [DEBUG] [29494] [T0 HttpSession::HttpSession()] sess seq now 1
2024-07-15 20:49:41.025872 [DEBUG] [29494] resetEvtcb calling resetEvtcbTail on this 0x558ef80e0c60
2024-07-15 20:49:41.025889 [DEBUG] [29494] [T0 HttpSession::HttpSession()] sess seq now 2
2024-07-15 20:49:41.025902 [DEBUG] [29494] resetEvtcb calling resetEvtcbTail on this 0x558ef80e14c0
2024-07-15 20:49:41.025905 [DEBUG] [29494] [T0 HttpSession::HttpSession()] sess seq now 3
2024-07-15 20:49:41.025937 [DEBUG] [29494] resetEvtcb calling resetEvtcbTail on this 0x558ef80e1d20
2024-07-15 20:49:41.025940 [DEBUG] [29494] [T0 HttpSession::HttpSession()] sess seq now 4
2024-07-15 20:49:41.025959 [DEBUG] [29494] resetEvtcb calling resetEvtcbTail on this 0x558ef80e2580
2024-07-15 20:49:41.025962 [DEBUG] [29494] [T0 HttpSession::HttpSession()] sess seq now 5
2024-07-15 20:49:41.025990 [DEBUG] [29494] resetEvtcb calling resetEvtcbTail on this 0x558ef80e2de0
2024-07-15 20:49:41.025994 [DEBUG] [29494] [T0 HttpSession::HttpSession()] sess seq now 6
2024-07-15 20:49:41.026019 [DEBUG] [29494] resetEvtcb calling resetEvtcbTail on this 0x558ef80e3640
2024-07-15 20:49:41.026022 [DEBUG] [29494] [T0 HttpSession::HttpSession()] sess seq now 7
2024-07-15 20:49:41.026025 [DEBUG] [29494] resetEvtcb calling resetEvtcbTail on this 0x558ef80f24f0
2024-07-15 20:49:41.026027 [DEBUG] [29494] [T0 HttpSession::HttpSession()] sess seq now 8
2024-07-15 20:49:41.026051 [DEBUG] [29494] resetEvtcb calling resetEvtcbTail on this 0x558ef80f2d50
2024-07-15 20:49:41.026075 [DEBUG] [29494] [T0 HttpSession::HttpSession()] sess seq now 9
2024-07-15 20:49:41.026078 [DEBUG] [29494] resetEvtcb calling resetEvtcbTail on this 0x558ef80f35b0
2024-07-15 20:49:41.026080 [DEBUG] [29494] [T0 HttpSession::HttpSession()] sess seq now 10
2024-07-15 20:49:41.026087 [DEBUG] [29494] resetEvtcb calling resetEvtcbTail on this 0x558ef80f3e10
2024-07-15 20:49:41.026090 [DEBUG] [29494] [T0 HttpSession::HttpSession()] sess seq now 11
2024-07-15 20:49:41.026093 [DEBUG] [29494] resetEvtcb calling resetEvtcbTail on this 0x558ef80f4670
2024-07-15 20:49:41.026095 [DEBUG] [29494] [T0 HttpSession::HttpSession()] sess seq now 12
2024-07-15 20:49:41.026107 [DEBUG] [29494] resetEvtcb calling resetEvtcbTail on this 0x558ef80f4ed0
2024-07-15 20:49:41.026111 [DEBUG] [29494] [T0 HttpSession::HttpSession()] sess seq now 13
2024-07-15 20:49:41.026113 [DEBUG] [29494] resetEvtcb calling resetEvtcbTail on this 0x558ef80f5730
2024-07-15 20:49:41.026115 [DEBUG] [29494] [T0 HttpSession::HttpSession()] sess seq now 14
2024-07-15 20:49:41.026145 [DEBUG] [29494] resetEvtcb calling resetEvtcbTail on this 0x558ef80f5f90
2024-07-15 20:49:41.026147 [DEBUG] [29494] [T0 HttpSession::HttpSession()] sess seq now 15
2024-07-15 20:49:41.026151 [DEBUG] [29494] resetEvtcb calling resetEvtcbTail on this 0x558ef8103ca0
2024-07-15 20:49:41.026153 [DEBUG] [29494] [T0 HttpSession::HttpSession()] sess seq now 16
2024-07-15 20:49:41.026156 [DEBUG] [29494] resetEvtcb calling resetEvtcbTail on this 0x558ef8104500
2024-07-15 20:49:41.026158 [DEBUG] [29494] [T0 HttpSession::HttpSession()] sess seq now 17
2024-07-15 20:49:41.026162 [DEBUG] [29494] resetEvtcb calling resetEvtcbTail on this 0x558ef8104d60
2024-07-15 20:49:41.026164 [DEBUG] [29494] [T0 HttpSession::HttpSession()] sess seq now 18
2024-07-15 20:49:41.026166 [DEBUG] [29494] resetEvtcb calling resetEvtcbTail on this 0x558ef81055c0
2024-07-15 20:49:41.026168 [DEBUG] [29494] [T0 HttpSession::HttpSession()] sess seq now 19
2024-07-15 20:49:41.026172 [DEBUG] [29494] resetEvtcb calling resetEvtcbTail on this 0x558ef8105e20
2024-07-15 20:49:41.026191 [DEBUG] [29494] [T0 HttpSession::HttpSession()] sess seq now 20
What are those and how to get rid of them?
I use a custom built OLS and am trying to make it whole.
litespeedtech commented
It is generated from HttpSession::HttpSession()
, you can locate code for those log and comment those out. no big deal.
michacassola commented
So nothing wrong there?