|
|
@ -1,4 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
# Copyright (c) 2018, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
|
|
|
|
# Copyright (c) 2018, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# WSO2 Inc. licenses this file to you under the Apache License,
|
|
|
|
# WSO2 Inc. licenses this file to you under the Apache License,
|
|
|
@ -15,7 +14,6 @@
|
|
|
|
# specific language governing permissions and limitations
|
|
|
|
# specific language governing permissions and limitations
|
|
|
|
# under the License.
|
|
|
|
# under the License.
|
|
|
|
#
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# This is the log4j configuration file used by WSO2 Carbon
|
|
|
|
# This is the log4j configuration file used by WSO2 Carbon
|
|
|
|
#
|
|
|
|
#
|
|
|
@ -24,9 +22,7 @@
|
|
|
|
# can be changed using the WSO2 Carbon Management Console, and those
|
|
|
|
# can be changed using the WSO2 Carbon Management Console, and those
|
|
|
|
# settings will override the settings in this file.
|
|
|
|
# settings will override the settings in this file.
|
|
|
|
#
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
log4j.rootLogger=DEBUG, STD_OUT
|
|
|
|
log4j.rootLogger=DEBUG, STD_OUT
|
|
|
|
|
|
|
|
|
|
|
|
# Redirect log messages to console
|
|
|
|
# Redirect log messages to console
|
|
|
|
log4j.appender.STD_OUT=org.apache.log4j.ConsoleAppender
|
|
|
|
log4j.appender.STD_OUT=org.apache.log4j.ConsoleAppender
|
|
|
|
log4j.appender.STD_OUT.Target=System.out
|
|
|
|
log4j.appender.STD_OUT.Target=System.out
|
|
|
|