Tagged Questions

1
vote
4answers
33 views

Centralized network logging - syslog and alternatives?

At work, we're building a distributed application (possibly across several machines on a LAN, possibly later across several continents on a WAN+VPN). We don't want log files local to each machine …
1
vote
5answers
54 views

Error reading log file with reg expression

I am trying to read a log file with the content look like this: 127.0.0.1 - - [17/OCT/2009:00:02:14 0000] GET xxxxxx xxxx xxx I tried the following reg exp and I am getting ERROR: Unclosed group …
0
votes
2answers
25 views

Flex / AIR - Can it receive SYSLOG notices?

Is there a way for Flex / AIR to receive syslog notices from devices such as cisco switches etc? Does anyone know of any information I can read or sites to look at?
3
votes
5answers
234 views

How do you know if syslog-ng stops your listening daemon?

I wrote a PHP program that hooks into syslog-ng (via syslog-ng.conf) and it's basically this: while (!feof(STDIN)) { $input = fgets(STDIN); process($input); } cleanup(); where process() and …
1
vote
4answers
58 views

Arrange Log Entries into Dated Files

I'm trying to split a large log file, containing log entries for months at a time, and I'm trying to split it up into logfiles by date. There are thousands of line as follows: Sep 4 11:45 kernel: …
1
vote
2answers
90 views

log4j SyslogAppender does not send logs to syslog

A web application running in Websphere is using log4j SysLogAppender to log messages to a syslog daemon located in the same machine. The default setting of the syslog daemon says LOG_FROM_REMOTE=NO. …
0
votes
0answers
11 views

syslogd remote packets

How do I know whether a syslog daemon which is already running is configured to accept remote packets? I do not have admin privileges. The default setting says NO. I want to know whether it is …
0
votes
1answer
78 views

Logging to multiple syslog servers - log4j

Can I send logging information to multiple syslog servers? Our IT department has 2 syslog servers (for redundancy) and wants the application to log to both of them. Is adding 2 lines for syslog host …
0
votes
1answer
84 views

Using syslog in rails application

I am thinking of using syslog in my rails applications. I am going to follow instructions mentioned here In production box I have 4 rails applications running using passenger. If I switch to use …
1
vote
2answers
504 views

apache syslog-ng error logs and access logs

Hi, I am trying to send all my apache logs to syslog-ng(on remote machine) which in turn writes to a file. so I configure syslog-ng this way source s_apache { …
0
votes
1answer
175 views

What is the fastest Ruby logger implementation?

I want to find the fastest logger Ruby has to offer. My intuition tells me that syslog would win in this race. But my intuition seems to be wrong. Syslog turns out to be the slowest out of the …
0
votes
1answer
223 views

Tomcat6 webapp using log4j for logging, unable to log to syslog

Hello, I am trying to log my webapp logs into syslog at local4 level. Environment: Tomcat6, OpenSolaris, Struts2, log4j. Content of my log4j.properties is as follows- log4j.rootLogger=INFO, SYSLOG …
1
vote
1answer
182 views

How to enable syslogd to receive UDP logs from routers in OSX

Occasionally a router goes bad and I would like to get the router logs. While some routers have built-in log viewers, some do not. Most routers seem to have a facility to send logs to another host …
1
vote
1answer
89 views

syslog_r for Linux?

Folks, I can't find the re-entrant version of syslog() for Linux...is there one? And if no, what do you? The obvious answer is to move logging facility into separate thread and serialise access to …
0
votes
1answer
214 views

MySQL Query Logging to Syslog-ng server.

Is it possible to log queries to a central syslog-ng server? Need to have mysql query logs present in an existing centralized log server.

1 2 next
15 30 50 per page