Timestamps are missing from some error messages in the server's stderr output and log files.
I briefly talked to @dedmen about this in the discord, where I mentioned that I've been seeing entries like such:
Bad conversion: scalar 16:22:01 ➥ Context: [] L1 () [] L496 (A3\functions_f\initFunctions.sqf) ... [] L18 (x\zen\addons\faction_filter\XEH_preStart.sqf)
and
16:22:11 Warning Message: '/' is not a value No class '' No ammo class '' OPTRE_M_ANVIL_4_ARTY: Bad ammo simulation 'shotRocket'
where I would expect to see lines like Bad conversion: scalar and OPTRE_M_ANVIL_4_ARTY: Bad ammo simulation 'shotRocket' having timestamps as they are separate to the content above them in the logs.
There also seems to be missing timestamps on the steam log entries, though I'm not sure whether that's intended or not?
(As I would assume that entries like Setting breakpad minidump AppID = 107410 are not part of the context for the global namespace error, so I feel like they should also be explicitly timestamped, but I'm not sure.)
Global namespace not passed during: false Global namespace not passed during: false 16:22:26 Error in expression <false> 16:22:26 Error position: <false> 16:22:26 Error Local variable in global space CApplicationManagerPopulateThread took 0 milliseconds to initialize (will have waited on CAppInfoCacheReadFromDiskThread) RecordSteamInterfaceCreation (PID 25816): SteamGameServer012 / GameServer RecordSteamInterfaceCreation (PID 25816): SteamUtils009 / Utils Setting breakpad minidump AppID = 107410 2023/03/17, 16:22:26 Initializing Steam server - Game Port: 2302, Steam Query Port: 2303 RecordSteamInterfaceCreation (PID 25816): SteamGameServer012 / GameServer RecordSteamInterfaceCreation (PID 25816): SteamUtils009 / Utils RecordSteamInterfaceCreation (PID 25816): SteamNetworking005 / Networking RecordSteamInterfaceCreation (PID 25816): SteamGameServerStats001 / GameServerStats RecordSteamInterfaceCreation (PID 25816): STEAMHTTP_INTERFACE_VERSION002 / HTTP RecordSteamInterfaceCreation (PID 25816): STEAMINVENTORY_INTERFACE_V002 / Inventory RecordSteamInterfaceCreation (PID 25816): STEAMUGC_INTERFACE_VERSION010 / UGC RecordSteamInterfaceCreation (PID 25816): STEAMAPPS_INTERFACE_VERSION008 / Apps CAppInfoCacheReadFromDiskThread took 169 milliseconds to initialize
I've attached a quick log file containing the piped out stderr messages of the server. It should contain versions of each of the examples I've used above.