multiprocess logging in one file
Brought to you by:
jvarszegi
multiprocess logging in one file
Is possible to use the logger within more process, writing
on the same log file, the situation arase when a master
process spawn a log of child process for reposond to a
client request, instead of have a log file for any single
child process will be interesting have all the log request
from the child process collected in one log file. Is a
features that the actual logger support or it's support
multi-thread but not multi process ? Thanks for the
attention.