Hi Georgios,
what about log_type= none or log_type=stderr?
Have a nice day,
Berny
--
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/trac-users/-/bEQ2hU_Wm88J.
To post to this group, send email to trac-...@googlegroups.com.
To unsubscribe from this group, send email to trac-users+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
Hi Georgios,
what about log_type= none or log_type=stderr?
http://trac.edgewall.org/wiki/TracIni#logging-section
Have a nice day,
Berny
Hi Georgios,
yes, that's okay. So maybe log_type=stderr could help.
I didn't try it but I guess the output is then written into apache's error_log
... which is already open and therefore doesn't need to be opened by TRAC again.
Have a nice day,
Berny
--
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/trac-users/-/gnhxNXilaHIJ.
Hi Georgios,
yes, that's okay. So maybe log_type=stderr could help.
I didn't try it but I guess the output is then written into apache's error_log
... which is already open and therefore doesn't need to be opened by TRAC again.
Have a nice day,
Berny
Hi Berny,