Normally, to enable logging, you'd say msiexec ... /l*v [or any other combination].
You can also enable logging all products via the registry tweak.
Note that these are all outside actions, in a sense that the wxs script is not the one specifying the logging options.
Is there a way to control logging from within the wxs script? Preferably to a folder like INSTALLDIR\Logs?
Is this a good practice? I know uninstalling will leave the Log folder behind, unless I clean it up somehow.