Hello Ivan,
as of the moment, i was not able to replicate again the scenario. i tried restarting my system and it seems to give me the right dates now. but anyways, i am using 'apache-log4php-2.0.0-incubating', should this be okay? and i am attaching the files too. http://old.nabble.com/file/p30630825/log_configuration.xml log_configuration.xml http://old.nabble.com/file/p30630825/logtry.php logtry.php ill update if the wrong timestamp would occur again. thanks a whole lot. Ivan Habunek wrote: > > On 7.1.2011. 13:13, Christian Grobmeier wrote: >> Ivan, >> is this what you committed yesterday? >> Christian > > No, I just fixed a bug where the default conversionPattern would not be > used when no conversionPattern is specified. > > I can see one problem in the date format used in the conversion pattern: > %d{Y-m-d H:m:s.u} > > Note that "m" will be replaced by the month, and it's used twice > mistakenly. The correct format should use "i" for minutes: > %d{Y-m-d H:i:s.u} > > Still, this should not produce the provided output (month and minutes > are not the same). > > So, tinkee, can you please: > 1) Tell us which version of log4php you are using > 2) Attach the configuration file and code which produce this output. > > Regards, > Ivan > > -- View this message in context: http://old.nabble.com/conversion-pattern-problem-tp30602890p30630825.html Sent from the Log4php - Users mailing list archive at Nabble.com.