Can we disable it ?
To prevent Unity to create and write to the file “output.log” ?
Thanks,
Bruno
Can we disable it ?
To prevent Unity to create and write to the file “output.log” ?
Thanks,
Bruno
build settings has a checkbox to disable the log file writting
if you want to disable it though through this matter is another topic cause if you ever want to get bug reports on crashes you will hate yourself for the decision to not write it
Yeah I know, this is temporary.
I can’t find anything to disable the log write in the build setting.,
In the Standalone Player Options, I have the “Use Player Log” but it’s unchecked.
Where do you see that checkbox to disable this ?
thanks,
Bruno
And in windows “-nolog” command line option…
http://unity3d.com/support/documentation/Manual/Command%20Line%20Arguments.html
BR,
Juha
I use this tool to disable logs in builds. So i don’t have to worry about the “output.log” anymore.