Details
Description
I'm getting no logs in a cloned instance on start:
[janstey@bender apache-karaf-2.4.0-SNAPSHOT]$ ./bin/karaf __ __ ____ / //_/____ __________ _/ __/ / ,< / __ `/ ___/ __ `/ /_ / /| |/ /_/ / / / /_/ / __/ /_/ |_|\__,_/_/ \__,_/_/ Apache Karaf (2.4.0-SNAPSHOT) Hit '<tab>' for a list of available commands and '[cmd] --help' for help on a specific command. Hit '<ctrl-d>' or type 'osgi:shutdown' or 'logout' to shutdown Karaf. karaf@root> admin:clone --ssh-port 8102 --rmi-server-port 44445 --rmi-registry-port 1100 root myClone karaf@root> admin:list SSH Port RMI Ports State Pid Name [ 8101] [1099/44444 ] [Started ] [23654] root [ 8102] [1100/44445 ] [Stopped ] [ 0] myClone karaf@root> admin:start myClone karaf@root> admin:connect myClone log:display Connecting to host localhost on port 8102 Connected karaf@root>
The log4j config is getting messed up by the filtering stuff in admin:clone. Will attach patch soon.