Devi abilitare il debugging prima che i registri vengano visualizzati nella console.
To activate the Debug menu, open the OS X Terminal utility and run the following command:
defaults write com.apple.appstore ShowDebugMenu -bool true
-
Debug Logging options
The App Store has various levels of debug logging that can be used, which simply increase the verbosity of the store's logging functions and output more information as the log level is increased. If you are finding the store to be unresponsive or behaving oddly, then you can increase the log level and try your actions again to hopefully capture a cause for the problem in the App Store's log file. This file can be accessed by opening the Console utility and then opening the section called "~/Library/Logs" in the Files section of the sidebar.
The file should be called "appstore.log." The standard debugging levels will log the program's functions such as which URLs it is connecting to and what tasks it is running, but in addition if you are seeing visual or behavioral oddities on various product pages you can enable JavaScript logging to see if any JavaScript-based errors are contributing factors in these problems.
link