]> git.evergreen-ils.org Git - OpenSRF.git/commit
implemented an optional per-service stderr log for capturing miscellaneous stderr...
authorerickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 12 Oct 2010 14:53:41 +0000 (14:53 +0000)
committererickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 12 Oct 2010 14:53:41 +0000 (14:53 +0000)
commit90f6792c564760df2cf7abea34925182b40401ba
tree151e33e664bb843bad5b0ee07059ede4ccf94bd7
parent84523fe1eb57d6d938c055648540665dc3a7a826
implemented an optional per-service stderr log for capturing miscellaneous stderr output from services, similar to the old-style _unix.log files, since there are often useful warnings and error messages that never bubble up to syslog.  for clarity, the files now use _stderr as a suffix instead of _unix.  stderr logs are enabled by default.  included opensrf.xml example of how to disable it for a given service

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@2035 9efc2488-bf62-4759-914b-345cdb29e865
examples/opensrf.xml.example
src/perl/lib/OpenSRF/Server.pm
src/perl/lib/OpenSRF/System.pm