Spring Boot Test – How to disable DEBUG and INFO logs

Run the Spring Boot integration test or unit test, many annoying DEBUG and INFO logs are displayed in the console. P.S Tested with Spring Boot 2 Console 2019-03-04 13:15:25.151 INFO — [ main] .b.t.c.SpringBootTestContextBootstrapper : 2019-03-04 13:15:25.157 INFO — [ main] o.s.t.c.support.AbstractContextLoader : 2019-03-04 13:15:25.158 INFO — [ main] t.c.s.AnnotationConfigContextLoaderUtils : 2019-03-04 13:15:25.298 INFO — …

Read more

Android debugging on real device

This tutorial will show you how to debug Android application on a real Android-powered device (mobile phone). Tools and environment in this tutorial : Eclipse IDE 3.7 + ADT Plugin Samsung Galaxy S2 Windows 7 Summary steps to debug on device : Download Google USB Driver (if using Android Developer Phones (ADP)) Download OEM USB …

Read more