auth.py is too verbose

auth.py is logging request bodies even above 1 Megabyte size,
it is too verbose.
The rest_client also logging the request, but it excludes the Large bodies.

Removing the request logging from the auth.py.

Change-Id: If8254a79f0fa7d9f4f8b82976462f911355d8e24
1 file changed