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?
Description
Description
Details
Details
- Severity
- Feature
- Resolution
- Open
- Reproducibility
- N/A
- Operating System
- Linux x64
- Category
- General
Related Objects
Related Objects
Event Timeline
Comment Actions
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)
Comment Actions
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