The bug
Some content log errors/warnings produced by the game include the full path to the offending file, which usually starts with C:\Users\<username>. Not only is this very noisy, I consider it to be private information that should not be displayed on the screen, logged, or copied to the clipboard.
How to reproduce
Turn on the content log
Download and open the attached world:[mediaInline]
Check for content log errors
Expected result
Error like this
[Blocks][error]-block_definitions | blocks/demos/with_display_name.json | Unexpected version for the loaded dataObserved result
Error like this
[Blocks][error]-block_definitions | C:/Users/<my username>/AppData/Roaming/Minecraft Bedrock Preview/Users/<my id>/games/com.mojang/minecraftWorlds/jU8j7l-BJ3I=/behavior_packs/0 | blocks/demos/with_display_name.json | Unexpected version for the loaded data
Is this a change that happened in recent versions only?