a syslog data viewer for the web
Mar 12, 2010 - 10:59 PM
Professional Services
Custom phpLogCon configuration? Maintenance Contract?

phpLogCon professional services


Online
There are 22 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? ::
(6179 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
 · Re: Ability to search by Time in additio ...
thanks for the hint, added the fix as well best regards,Andre Lor ...
· Re: Phplogcon and CP1251 charset
"hrm" doesnt mean anything .Alle php code files ...
· Re: Phplogcon and CP1251 charset
Excuse me, what is "hrm"? My message save in cp ...
· Help with Search is Message field
Hello,I'm having some trouble getting the syntax correct for a se ...
· Re: phpLogCon does not work with a large ...
I had phpLogCon up pulling syslog entries from 5 different server ...
· Re: Phplogcon and CP1251 charset
Hi,hrm if the messages are saved with unicode encoding, this woul ...
· Phplogcon and CP1251 charset
Dear Collegues!I have 10 computers with russian Windows XP and ge ...
· Re: Uncompression of a message failed wi ...
Anyone or is this something obvious that I've missed.
· Re: LDAP support?
It is not yet possible to use Apache authed users in phpLogCon/Lo ...
· Uncompression of a message failed with r ...
HiI've got phpLogCon running on 2 servers and all is great and ha ...

 Login
 




 


 Log in Problems?
 New User? Sign Up!

:: Syndication: ::
Page created in 0.0701899528503 seconds.