a syslog data viewer for the web
Jul 04, 2009 - 06:43 AM
Professional Services
Custom phpLogCon configuration? Maintenance Contract?

phpLogCon professional services


Online
There are 10 unlogged users and 0 registered users online.

You can log-in or register for a user account here.

Topic: FAQ

The new items published under this topic are as follows.
What is the reason that new records are not displayed?
Currently we know one circumstance why phpLogCon does not show all/new data: The time used in phpLogCon is by default set to UTC-time. For example, New York, USA is 5 hours behind UTC. So if you log data to your database at 1pm in New York, the UTC time is 6pm. phpLogCon's timefilter "today" takes all data since the begin of the day (12am) until now (in our sample its 1pm). But the UTC time format of the logged data is 6pm, so it wont be displayed yet. To fix this, open up the config.php, search for:

// Use UTC time
define('_UTCtime', 1);

and replace it with (or change it to):

// Use UTC time
define('_UTCtime', 0);

Now phpLogCon uses local time and your data should be displayed now.


Posted by  therget  on  Monday, August 15, 2005 5843
 Send this story to someone Printer-friendly page 

 Last Forum Posts
 · Re: Manipulating Column Views
It appears I was making this harder than it needed to be. No, ...
· Re: Problem with connection to mysql dat ...
Hi,currently it is only possible to use one database field for da ...
· Re: Problem with connection to mysql dat ...
o.k. I fixed that problem with the beta version and custom dbmap ...
· Re: Manipulating Column Views
Have you tried the user system which is included in phpLogCon? It ...
· Re: Disable "More Information" ...
If it is to annyoing for you, I could tell which code to remove i ...
· Manipulating Column Views
Hello:Running phpLogCon 2.7.0 with rsyslog 3.22.0. . .I'd like to ...
· Re: Syslog Format Issues with Cisco ASA ...
Alright, I think I answered my own question, so I thought I'd pos ...
· Problem with connection to mysql data ba ...
Hi,I use syslogd-ng on my server with mysql-logging. Databasename ...
· Syslog Format Issues with Cisco ASA
Hello:I have phpLogCon 2.7.0 installed with rsyslog 3.22.0 and se ...
· Re: Disable "More Information" ...
Ok!!There isn't really nothing wrong with it, just wondering thou ...

 Login
 




 


 Log in Problems?
 New User? Sign Up!

:: Syndication: ::
Page created in 0.255279064178 seconds.