Re: [Repost] Logging to custom file via syslog [was]: php log to own syslog file

2005-01-27 Thread Gerard Samuel
Ruben de Groot wrote: On Tue, Jan 25, 2005 at 11:28:06AM -0500, Gerard Samuel typed: <...> This will only log user.info messages coming from the ppp program to /var/log/php.log. Either move the "user.=info" line up or finish the "!ppp" block with a "!*" line (see manpage). I went over the

Re: [Repost] Logging to custom file via syslog [was]: php log to own syslog file

2005-01-27 Thread Ruben de Groot
On Tue, Jan 25, 2005 at 11:28:06AM -0500, Gerard Samuel typed: <...> > >This will only log user.info messages coming from the ppp program to > >/var/log/php.log. Either move the "user.=info" line up or finish the > >"!ppp" block with a "!*" line (see manpage). > > > > I went over the man page, an

Re[2]: [Repost] Logging to custom file via syslog [was]: php log to own syslog file

2005-01-25 Thread Hexren
GS> Ruben de Groot wrote: >>On Mon, Jan 24, 2005 at 12:18:46PM -0500, Gerard Samuel typed: >> >> >>>I think this is a FreeBSD problem. >>> >>> >> >>It's not. >> >> >> >>>Here is what I have. >>>1. I removed my initial modification of /etc/syslog.conf, and added -> >>>user.=info

Re: [Repost] Logging to custom file via syslog [was]: php log to own syslog file

2005-01-25 Thread Gerard Samuel
Ruben de Groot wrote: On Mon, Jan 24, 2005 at 12:18:46PM -0500, Gerard Samuel typed: I think this is a FreeBSD problem. It's not. Here is what I have. 1. I removed my initial modification of /etc/syslog.conf, and added -> user.=info /var/log/php.log

Re: [Repost] Logging to custom file via syslog [was]: php log to own syslog file

2005-01-25 Thread Ruben de Groot
On Mon, Jan 24, 2005 at 12:18:46PM -0500, Gerard Samuel typed: > > I think this is a FreeBSD problem. It's not. > Here is what I have. > 1. I removed my initial modification of /etc/syslog.conf, and added -> > user.=info /var/log/php.log > > According to sy

[Repost] Logging to custom file via syslog [was]: php log to own syslog file

2005-01-24 Thread Gerard Samuel
Kevin Kinsey wrote: Gerard Samuel wrote: Im trying to figure out how to setup FreeBSD 5.3 to log php events to its own log file via syslog. In /etc/syslog.conf, I added -> # php logs !httpd *.* /var/log/php.log I created a empty file for the log -> gladia

Logging to custom file via syslog [was]: [Repost] php log to own syslog file

2005-01-22 Thread Gerard Samuel
Kevin Kinsey wrote: Gerard Samuel wrote: Im trying to figure out how to setup FreeBSD 5.3 to log php events to its own log file via syslog. In /etc/syslog.conf, I added -> # php logs !httpd *.* /var/log/php.log I created a empty file for the log -> gladi

Re: [Repost] php log to own syslog file

2005-01-21 Thread Gerard Samuel
Kevin Kinsey wrote: Gerard Samuel wrote: Im trying to figure out how to setup FreeBSD 5.3 to log php events to its own log file via syslog. In /etc/syslog.conf, I added -> # php logs !httpd *.* /var/log/php.log I created a empty file for the log -> gladia

Re: [Repost] php log to own syslog file

2005-01-21 Thread Kevin Kinsey
Gerard Samuel wrote: Im trying to figure out how to setup FreeBSD 5.3 to log php events to its own log file via syslog. In /etc/syslog.conf, I added -> # php logs !httpd *.* /var/log/php.log I created a empty file for the log -> gladiator# touch /var/log/

[Repost] php log to own syslog file

2005-01-21 Thread Gerard Samuel
Im trying to figure out how to setup FreeBSD 5.3 to log php events to its own log file via syslog. In /etc/syslog.conf, I added -> # php logs !httpd *.* /var/log/php.log I created a empty file for the log -> gladiator# touch /var/log/php.log gladiator# ls

php log to own syslog file

2005-01-20 Thread Gerard Samuel
Im trying to figure out how to setup FreeBSD 5.3 to log php events to its own log file via syslog. In /etc/syslog.conf, I added -> # php logs !httpd *.* /var/log/php.log I created a empty file for the log -> gladiator# touch /var/log/php.log gladiator# ls