<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Pro-Tek Blog &#187; logging with Spring Boot</title>
	<atom:link href="http://www.pro-tekconsulting.com/blog/tag/logging-with-spring-boot/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pro-tekconsulting.com/blog</link>
	<description>For UI developers / UI designers and UI trends</description>
	<lastBuildDate>Thu, 05 Sep 2019 03:59:47 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.34</generator>
	<item>
		<title>CAN YOU CONTROL LOGGING WITH SPRING BOOT? HOW?</title>
		<link>http://www.pro-tekconsulting.com/blog/can-you-control-logging-with-spring-boot-how/</link>
		<comments>http://www.pro-tekconsulting.com/blog/can-you-control-logging-with-spring-boot-how/#comments</comments>
		<pubDate>Thu, 04 Jan 2018 06:44:27 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Spring Boot]]></category>
		<category><![CDATA[logging with Spring Boot]]></category>

		<guid isPermaLink="false">http://www.pro-tekconsulting.com/blog/?p=2318</guid>
		<description><![CDATA[<p>Can you control logging with Spring Boot? How? Yes, we can control logging with spring boot. Customizing default Configuration for Logging: By adding logback.xml file to the application we can override the default logging configuration by providing the Spring Boot. This file isplaced in the classpath (src/main/resources) of the application for Spring Boot to pick [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog/can-you-control-logging-with-spring-boot-how/">CAN YOU CONTROL LOGGING WITH SPRING BOOT? HOW?</a> appeared first on <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog">Pro-Tek Blog</a>.</p>
]]></description>
				<content:encoded><![CDATA[<h4>Can you control logging with Spring Boot? How?</h4>
<p>Yes, we can control logging with spring boot.</p>
<p><strong>Customizing default Configuration for Logging:</strong></p>
<p>By adding logback.xml file to the application we can override the default logging configuration by providing the Spring Boot. This file isplaced in the classpath (src/main/resources) of the application for Spring Boot to pick the custom configuration.</p>
<p><strong>Spring Boot can control the logging level</strong></p>
<ul>
<li>Just set it in application.properties</li>
<li>Works with most logging frameworks</li>
<li>Java Util Logging, Logback, Log4J, Log4J2</li>
</ul>
<p>logging.level.org.springframework=DEBUG<br />
logging.level.com.acme.your.code=INFO</p>
<p>The post <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog/can-you-control-logging-with-spring-boot-how/">CAN YOU CONTROL LOGGING WITH SPRING BOOT? HOW?</a> appeared first on <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog">Pro-Tek Blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pro-tekconsulting.com/blog/can-you-control-logging-with-spring-boot-how/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
