Skip to content
Snippets Groups Projects
Commit 6231e41e authored by Martin Schmollinger's avatar Martin Schmollinger
Browse files

Updated README.md for branch logging

parent a81162e6
No related branches found
No related tags found
No related merge requests found
......@@ -33,3 +33,9 @@ http://localhost:8080/h2-console.
In this branch, the CommandLineRunner bean creates sample data using the service classes.
After startup, connect to the h2 database using the h2-console web application: http://localhost:8080/h2-console.
Check the data by executing some queries with the help of the console.
* branch logging
Look at the different levels of log messages (debug, trace, info etc.).
The level for the execution of the application is set in file application.properties. Change
the setting to see effect on the log messages after restarting the application.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment