When starting VS from the command line, you can use the /out
switch to determine where assembly logs should be placed. Example:
devenv.exe /rebuild Release "MyProject.sln" /out "MyProject.log"
See MSDN
I have a feeling that you mean "where VS puts assembly logs when compiling from VS", and not from the command line, but this can help.
source share