The version of Apache log4j used by SoundHelix.

[[ 🗃 ^aEp6o apache-log4j ]] :: [📥 Inbox] [📤 Outbox] [🐤 Followers] [🤝 Collaborators] [🛠 Commits]

Clone

HTTPS: git clone https://vervis.peers.community/repos/aEp6o

SSH: git clone USERNAME@vervis.peers.community:aEp6o

Branches

Tags

v1_2final :: src / java / org / apache / log4j / varia / test /

doRoll


# Read the .functions file
. ../../test/.functions


LOOP_LEN=$1
HOST=$2
PORT=$3

declare -i i
i=0

while [ $i -lt $LOOP_LEN ]
do
   sleep 1  
   i=$i+1
   java  -Dlog4j.configDebug org.apache.log4j.varia.Roller $HOST $PORT	
done  




[See repo JSON]