Skip to content

Commit

Permalink
fix: timestamp formatting in logs from 12h to 24h
Browse files Browse the repository at this point in the history
  • Loading branch information
giem-git authored and rpignolet committed Nov 10, 2023
1 parent 77103c0 commit 644f002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdp_vars_defaults/tdp-cluster/tdp-cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ exporter_hdfs_httpfs_http_port: 18122
#################################
# format : log4j 1.x "%d{ISO8601}" is not fully compliant with ISO8601 standard
# (no 'T' as date/time separator) we specify it here.
tdp_date_iso8601_with_tz: "%d{yyyy-MM-dd'T'hh:mm:ss.SSSXXX}"
tdp_date_iso8601_with_tz: "%d{yyyy-MM-dd'T'HH:mm:ss.SSSXXX}"
tdp_log_layout_pattern: '{{ tdp_date_iso8601_with_tz }} - %-5p [%t:%C{1}@%L] - %m%n'

hadoop_log_dir: /var/log/hadoop
Expand Down

0 comments on commit 644f002

Please sign in to comment.