how and where i can remove completly logs for built client and server(any type project/dev/ship)?
and how to prevent writing this output log file when execs running (they are created later in “saved” folder)
In shipping configuration, logging is disabled by default.
To disable it in other configurations, you’ll probably have to build from source and add GlobalDefinitions.Add(“NO_LOGGING=1”); in your Build.cs or Target.cs.
Thank you for an information. Had to make new source build and project cause my previous did not work as ship(uknown error compilation) - propably ive changed code in c++ files which had information to do not save logs… and just i brake settings in engine