gpt4 book ai didi

java - 如何在 Apache 访问日志中包含精确到毫秒的时间格式

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:04:59 26 4
gpt4 key购买 nike

如何在 Apache 访问日志 中包含精确到毫秒的时间格式。

我尝试使用:

pattern="%h %l %u %{%d/%b/%Y %T}t.%{msec_frac}t %{%z}t "%r" %s %b".

但是它不起作用。

最佳答案

来自AccessLogValve documentation

%{xxx}t xxx is an enhanced SimpleDateFormat pattern

因此,如果您使用类似 %{yyyy-MM-dd HH:mm:ss.SSS}t 的模式,那么它应该打印毫秒数。

关于java - 如何在 Apache 访问日志中包含精确到毫秒的时间格式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39896222/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com