Skip to content

Instantly share code, notes, and snippets.

Created June 3, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/8cb6e90ad5d31366b842 to your computer and use it in GitHub Desktop.
Save anonymous/8cb6e90ad5d31366b842 to your computer and use it in GitHub Desktop.
New Log
2015-06-03 09:52:25 FINER [ExtendedMailAction@com.dynatrace.diagnostics.plugins.extendedmailreport.action] ExtendedMailAction class: Entering teardown method
2015-06-03 09:55:44 FINER [ExtendedMailAction@com.dynatrace.diagnostics.plugins.extendedmailreport.action] ExtendedMailAction class: Entering setup method
2015-06-03 09:55:44 FINER [ExtendedMailAction@com.dynatrace.diagnostics.plugins.extendedmailreport.action] ExtendedMailAction class: Entering execute method
2015-06-03 09:55:44 INFO [MailExecutor@com.dynatrace.diagnostics.plugins.extendedmailreport.action] Entering sendMessage method
2015-06-03 09:55:44 INFO [MailExecutor@com.dynatrace.diagnostics.plugins.extendedmailreport.action] sendMessage method: recipients are '[test@email.com]'
2015-06-03 09:55:44 FINE [smtp@com.dynatrace.diagnostics.plugins.extendedmailreport.action] useEhlo true, useAuth false
2015-06-03 09:55:44 FINE [smtp@com.dynatrace.diagnostics.plugins.extendedmailreport.action] trying to connect to host "mail.server.com", port 25, isSSL false
2015-06-03 09:55:44 FINE [smtp@com.dynatrace.diagnostics.plugins.extendedmailreport.action] connected to host "mail.server.com", port: 25
2015-06-03 09:55:44 FINE [smtp@com.dynatrace.diagnostics.plugins.extendedmailreport.action] Found extension "SIZE", arg "10485760"
2015-06-03 09:55:44 FINE [smtp@com.dynatrace.diagnostics.plugins.extendedmailreport.action] Found extension "PIPELINING", arg ""
2015-06-03 09:55:44 FINE [smtp@com.dynatrace.diagnostics.plugins.extendedmailreport.action] Found extension "DSN", arg ""
2015-06-03 09:55:44 FINE [smtp@com.dynatrace.diagnostics.plugins.extendedmailreport.action] Found extension "ENHANCEDSTATUSCODES", arg ""
2015-06-03 09:55:44 FINE [smtp@com.dynatrace.diagnostics.plugins.extendedmailreport.action] Found extension "STARTTLS", arg ""
2015-06-03 09:55:44 FINE [smtp@com.dynatrace.diagnostics.plugins.extendedmailreport.action] Found extension "AUTH", arg ""
2015-06-03 09:55:44 FINE [smtp@com.dynatrace.diagnostics.plugins.extendedmailreport.action] Found extension "8BITMIME", arg ""
2015-06-03 09:55:44 FINE [smtp@com.dynatrace.diagnostics.plugins.extendedmailreport.action] Found extension "BINARYMIME", arg ""
2015-06-03 09:55:44 FINE [smtp@com.dynatrace.diagnostics.plugins.extendedmailreport.action] Found extension "CHUNKING", arg ""
2015-06-03 09:55:44 FINE [smtp@com.dynatrace.diagnostics.plugins.extendedmailreport.action] Found extension "XEXCH50", arg ""
2015-06-03 09:55:44 FINE [smtp@com.dynatrace.diagnostics.plugins.extendedmailreport.action] Found extension "XSHADOW", arg ""
2015-06-03 09:55:44 FINE [smtp@com.dynatrace.diagnostics.plugins.extendedmailreport.action] use8bit false
2015-06-03 09:55:44 FINE [smtp@com.dynatrace.diagnostics.plugins.extendedmailreport.action] Verified Addresses
2015-06-03 09:55:44 FINE [smtp@com.dynatrace.diagnostics.plugins.extendedmailreport.action] test@email.com
2015-06-03 09:55:45 FINER [ExtendedMailAction@com.dynatrace.diagnostics.plugins.extendedmailreport.action] ExtendedMailAction class: Entering teardown method
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment