[BDS-18304] Telemetry message shows server.properties at incorrect path Created: 27/Apr/23 Updated: 04/Jan/24 Resolved: 04/Jan/24 |
|
| Status: | Resolved |
| Project: | Bedrock Dedicated Server |
| Affects Version/s: | 1.19.80, 1.19.81 Hotfix |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | GameParrot | Assignee: | Unassigned |
| Resolution: | Won't Fix | Votes: | 3 |
| Labels: | None | ||
| Confirmation Status: | Confirmed |
| ADO: | 1034566 |
| Description |
|
The server telemetry log message when telemetry is disabled shows server.properties being in handheld/src-server. It should be in the working directory. Observed results: [2023-04-27 18:36:40:089 INFO] ================ TELEMETRY MESSAGE =================== [2023-04-27 18:36:40:089 INFO] Server Telemetry is currently not enabled. [2023-04-27 18:36:40:089 INFO] Enabling this telemetry helps us improve the game. [2023-04-27 18:36:40:089 INFO] [2023-04-27 18:36:40:089 INFO] To enable this feature, add the line 'emit-server-telemetry=true' [2023-04-27 18:36:40:089 INFO] to the server.properties file in the handheld/src-server directory [2023-04-27 18:36:40:089 INFO] ====================================================== Expected results: [2023-04-27 18:36:40:089 INFO] ================ TELEMETRY MESSAGE =================== [2023-04-27 18:36:40:089 INFO] Server Telemetry is currently not enabled. [2023-04-27 18:36:40:089 INFO] Enabling this telemetry helps us improve the game. [2023-04-27 18:36:40:089 INFO] [2023-04-27 18:36:40:089 INFO] To enable this feature, add the line 'emit-server-telemetry=true' [2023-04-27 18:36:40:089 INFO] to the server.properties file in the server directory [2023-04-27 18:36:40:089 INFO] ====================================================== |