Thread Zeit Format im error.log falsch seit Apache 2.4 Update (12 answers)
Opened by bianca at 2017-08-10 12:49

GwenDragon
 2017-08-10 13:04
#187194 #187194
User since
2005-01-17
14533 Artikel
Admin1
[Homepage]
user image
Hängt vom definierten Formatstring bei LogFormat ab.

Das Zeitformat ist %{format}t.
Kann sein, das bei dir da sowas wie %{…_frac}t drin steht?
Siehe http://httpd.apache.org/docs/current/mod/mod_log_c...
Quote
Code: (dl )
1
2
3
4
5
6
7
%{format}t	The time, in the form given by format, which should be in an extended strftime(3) format (potentially localized). If the format starts with begin: (default) the time is taken at the beginning of the request processing. If it starts with end: it is the time when the log entry gets written, close to the end of the request processing. In addition to the formats supported by strftime(3), the following format tokens are supported:
sec number of seconds since the Epoch
msec number of milliseconds since the Epoch
usec number of microseconds since the Epoch
msec_frac millisecond fraction
usec_frac microsecond fraction
These tokens can not be combined with each other or strftime(3) formatting in the same format string. You can use multiple %{format}t tokens instead.

Last edited: 2017-08-10 13:05:52 +0200 (CEST)
die Drachin, Gwendolyn


Unterschiedliche Perl-Versionen auf Windows (fast wie perlbrew) • Meine Perl-Artikel

View full thread Zeit Format im error.log falsch seit Apache 2.4 Update