How to disable log file for Client and Server

Hello so the question is for 5.3.2

  • 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)

Thank you in advance

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.

1 Like

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 :stuck_out_tongue:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.