Debug Controls the level of debug messages that will be printed by the boto library. The following values are defined:
0 - no debug messages are printed
1 - basic debug messages from boto are printed
2 - all boto debugging messages plus request/response messages from httplib
So if you wish to print all the messages, keep the debug value as 2.