Repository: incubator-atlas Updated Branches: refs/heads/master a1d54d656 -> 606690c49
ATLAS-867 Excessive logs: default log level should be set to 'info'; currently it is 'debug' ( svimal2106 via sumasai ) Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/606690c4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/606690c4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/606690c4 Branch: refs/heads/master Commit: 606690c49c5417c0755b3cfd3def67180a6692f2 Parents: a1d54d6 Author: Suma Shivaprasad <[email protected]> Authored: Wed Jun 8 16:20:38 2016 -0700 Committer: Suma Shivaprasad <[email protected]> Committed: Wed Jun 8 16:20:38 2016 -0700 ---------------------------------------------------------------------- distro/src/conf/atlas-log4j.xml | 6 +++--- release-log.txt | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/606690c4/distro/src/conf/atlas-log4j.xml ---------------------------------------------------------------------- diff --git a/distro/src/conf/atlas-log4j.xml b/distro/src/conf/atlas-log4j.xml index 17bf68f..600b4f1 100755 --- a/distro/src/conf/atlas-log4j.xml +++ b/distro/src/conf/atlas-log4j.xml @@ -30,7 +30,7 @@ <appender name="FILE" class="org.apache.log4j.DailyRollingFileAppender"> <param name="File" value="${atlas.log.dir}/${atlas.log.file}"/> <param name="Append" value="true"/> - <param name="Threshold" value="debug"/> + <param name="Threshold" value="info"/> <layout class="org.apache.log4j.PatternLayout"> <param name="ConversionPattern" value="%d %-5p - [%t:%x] ~ %m (%c{1}:%L)%n"/> </layout> @@ -39,14 +39,14 @@ <appender name="AUDIT" class="org.apache.log4j.DailyRollingFileAppender"> <param name="File" value="${atlas.log.dir}/audit.log"/> <param name="Append" value="true"/> - <param name="Threshold" value="debug"/> + <param name="Threshold" value="info"/> <layout class="org.apache.log4j.PatternLayout"> <param name="ConversionPattern" value="%d %x %m%n"/> </layout> </appender> <logger name="org.apache.atlas" additivity="false"> - <level value="debug"/> + <level value="info"/> <appender-ref ref="FILE"/> </logger> http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/606690c4/release-log.txt ---------------------------------------------------------------------- diff --git a/release-log.txt b/release-log.txt index fb273bf..31ad6a8 100644 --- a/release-log.txt +++ b/release-log.txt @@ -22,6 +22,7 @@ ATLAS-409 Atlas will not import avro tables with schema read from a file (dosset ATLAS-379 Create sqoop and falcon metadata addons (venkatnrangan,bvellanki,sowmyaramesh via shwethags) ALL CHANGES: +ATLAS-867 Excessive logs: default log level should be set to 'info'; currently it is 'debug' (svimal2106 via sumasai ) ATLAS-870 Add search feature while associating Tags / Terms with entity. (Kalyanikashikar via yhemanth) ATLAS-865 Edit description functionality for Tags (kevalbhatt18 via yhemanth) ATLAS-820 Kerberized env: Authentication failing (nixonrodrigues via yhemanth)
