Page MenuHomeFeedback Tracker

Please include full date timestamp in logs
Closed, ResolvedPublic

Description

Hello! I was hoping you could include the full date timestamp in the logs instead of just the time. I would like to use it to guide the timestamp value of ingested logs. Having just the time might mean I need to hack around the date when the server lives through midnight?

Details

Severity
Feature
Resolution
Open
Reproducibility
N/A
Operating System
Linux x64
Category
General

Event Timeline

Like DayZ style - https://community.bistudio.com/wiki/DayZ:Server_Configuration
Additional Parameters

timeStampFormat = "Short";		// Format for timestamps in the .rpt file (value Full/Short)

It may be partly related to T178172

DarkWolf claimed this task.Jan 14 2025, 5:25 PM
DarkWolf closed this task as Resolved.Jan 30 2025, 1:17 PM

New CLI param -logTime <FORMAT> was introduced in version 1.3.0.52
Valid formats are:

  • none
  • time (default)
  • datetime

Full datetime format is logged as YYYY-MM-DD HH-MM-SS.sss