Location of log files and ini config files, packaged build, UE5

When I run packaged build (with Development setting),
Where are log files and config ini files?

In UE4, I could find them in the sav folder or C:\Users\username\AppData\Local ,
But In UE5, I can not find them…

1 Like

They are still in that location, but you need to find the folder with the same name as the project that you created.

Ie. C:\Users\[username]\AppData\Local\[project name]\Saved\Config\Windows

1 Like

Just built a “Client” version of a game, ran the binary (in [project folder]\Binaries\Win64 ), no log file in C:\Users\[username]\AppData\Local\[project name]\Saved\Logs (project name folder doesn’t even exist) or in [project folder]\Saved\Logs (only Standalone logs there)

2 Likes

Found it:

[project_folder]\Saved\Cooked\WindowsClient\[project_name]\Saved\Logs
3 Likes