<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	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>log - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/log/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Mon, 01 Mar 2021 13:26:46 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>log4j不打印log解决方案</title>
		<link>https://www.coder4.com/archives/7225</link>
					<comments>https://www.coder4.com/archives/7225#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Mon, 01 Mar 2021 13:26:46 +0000</pubDate>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[log]]></category>
		<category><![CDATA[log4j]]></category>
		<category><![CDATA[日志]]></category>
		<guid isPermaLink="false">https://www.coder4.com/?p=7225</guid>

					<description><![CDATA[log4j:WARN No appenders could be found for logger (org.apache.hadoop.metrics2.lib.MutableMetricsFactory). log4j:WARN Please initialize the log4j system properly. 解决方法：src/main/resources下添加log4j.properties # Set root logger level to DEBUG and its o[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/7225/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Python的Basic日志模板</title>
		<link>https://www.coder4.com/archives/3626</link>
					<comments>https://www.coder4.com/archives/3626#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Wed, 19 Sep 2012 03:12:01 +0000</pubDate>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[basic]]></category>
		<category><![CDATA[log]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=3626</guid>

					<description><![CDATA[日志配置： import logging fmt = "%(asctime)s [%(levelname)s] %(message)s" logging.basicConfig(format=fmt, filename="xxx.log", level=logging.INFO) 日志器获取、使用： LOG = logging.getLogger(CONF.LOG_NAME) LOG.info("xxx" % (...) ) LOG.debug("x" % (...) ) 201[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/3626/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
