loentar / axis2c-unofficial

Unofficial backports and unofficial support for Apache Axis2/C
Apache License 2.0
15 stars 10 forks source link

Patch to allow for explicit logging to stderr #17

Open savek-cc opened 7 years ago

savek-cc commented 7 years ago

This patch allows to set stderr as an explicit logfile target. Before it was possible to log to stderr by using a Axis2LogFile directive with a file that the process doesn't have the permission to write into; now it can be done explicitly. Reason is using axis2c as an apache module and logging to syslog/systemd-journal. axis2c-1.6.0-log-stderr.patch.zip

savek-cc commented 7 years ago

nope - didn't fork, so no pull request

cxsup commented 7 years ago

Savek-cc, do you have a fork of the repo?

nope - didn't fork, so no pull request

Okay. Could you fork for testing?

savek-cc commented 7 years ago

patch is already running on 4 production systems - what do you want to have tested?