Repository: kafka Updated Branches: refs/heads/trunk 723fa4c40 -> 15f9e2762
kafka-1801; Remove non-functional variable definition in log4j.properties; patched by Raman Gupta; reviewed by Jun Rao Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/15f9e276 Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/15f9e276 Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/15f9e276 Branch: refs/heads/trunk Commit: 15f9e2762d32a0345a5ca13a1e981be646856b41 Parents: 723fa4c Author: Raman Gupta <[email protected]> Authored: Tue Dec 2 16:35:02 2014 -0800 Committer: Jun Rao <[email protected]> Committed: Tue Dec 2 16:35:02 2014 -0800 ---------------------------------------------------------------------- config/log4j.properties | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka/blob/15f9e276/config/log4j.properties ---------------------------------------------------------------------- diff --git a/config/log4j.properties b/config/log4j.properties index 9502254..c51ab8b 100644 --- a/config/log4j.properties +++ b/config/log4j.properties @@ -13,8 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -kafka.logs.dir=logs - log4j.rootLogger=INFO, stdout log4j.appender.stdout=org.apache.log4j.ConsoleAppender
