Mantis - Resin
Viewing Issue Advanced Details
5180 minor always 08-16-12 12:38 08-30-12 14:20
alex  
ferg  
normal  
closed 3.1.12  
fixed  
none    
none 4.0.30  
0005180: access-log@auto-flush='true' fails to flush to access.log for each request
access-log@auto-flush='true' fails to flush to access.log for each request

Notes
(0006006)
alex   
08-16-12 12:40   
Other observation: bin/httpd.sh stop does not cause flushing of the entries.
(0006007)
alex   
08-16-12 12:41   
To work around please set auto-flush-time to 1ms and auto-flush to false.
<access-log path="logs/access.log"
..
auto-flush-time="1ms"
auto-flush="false"/>

(0006030)
ferg   
08-30-12 14:20   
server/02eo