 |
|
 |
|
|
 Topic: FAQThe 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
6122
|
|
|
Last Forum Posts
· Re: Customizing Databases in V2.8.0Hi,I think I have a clue. I went and manually edited the datamap ...
· Re: Customizing Databases in V2.8.0Hi,I am trying to attach a backup of the DB but the site will not ...
· Re: Customizing Databases in V2.8.0Hi,thats odd. Is it possible to send me sql exports of these phpL ...
· Re: Customizing Databases in V2.8.0Hi Alorbach,I have setup the new view, source and mappings:SYSLOG ...
· Re: Customizing Databases in V2.8.0All fields will work, but you will need to map these basic fields ...
· Re: Customizing Databases in V2.8.0Hi Rgerhards,Here is the Rsyslog template. I actually got most o ...
· Re: Customizing Databases in V2.8.0Hi Alorbach,So if I am understanding you, these fields are mandet ...
· Re: Customizing Databases in V2.8.0Hi,this looks very interesting. Would you provide the rsyslog con ...
· Re: Customizing Databases in V2.8.0Hi,a very interesting setup. In order to get it to work, you will ...
· Re: phplogcon-2.8.0 UpdateProperly a permissions problem on the file system side. But this ...
|
|
|
|