a syslog data viewer for the web
Jul 25, 2008 - 08:20 PM

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

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

FAQ
FAQ  :: What is the reason that new records are not displayed? ::
(5003 Reads)  
Posted by therget on Monday, August 15, 2005 - 08:46 PM

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.

Send this story to someone  Printer-friendly page
 Last Forum Posts
 · Next Milestone Devel Released: phpLogCon ...
Hi all,for this release I am going to write an extra post into th ...
· Re: All messages empty with phpLogCon 2. ...
There seems to be a problem or bug within the new PDO Database So ...
· All messages empty with phpLogCon 2.3.6 ...
Hi,I'm using rsyslog's default Template to write Syslog data into ...
· Ability to specify custom SQL commands ...
Hi,I have heard of potential use cases where it is desired to def ...
· Re: Where can I find information on the ...
This should be indeed not a big problem to implement. I am going ...

 Other Stories
 

 Login
 




 


 Log in Problems?
 New User? Sign Up!

 Past Articles
 

:: Syndication: ::
Page created in 0.0789959430695 seconds.