How to enable access log

406 views
Skip to first unread message

Shimi

unread,
May 20, 2012, 9:18:14 AM5/20/12
to Jenkins Users
Is there a way to enable access log for Jenkins?
I am using the Ubuntu/Debian package.

Shimi

Shimi

unread,
May 20, 2012, 9:33:59 AM5/20/12
to Jenkins Users
found it.
it is missing from the Debian configuration

in /etc/default/jenkins

JENKINS_ENABLE_ACCESS_LOG="yes"

if [ "$JENKINS_ENABLE_ACCESS_LOG" = "yes" ]; then
PARAMS="$PARAMS --
accessLoggerClassName=winstone.accesslog.SimpleAccessLogger --
simpleAccessLogger.format=combined --simpleAccessLogger.file=/var/log/
jenkins/access"
fi

JENKINS_ARGS="--webroot=/var/cache/jenkins/war --httpPort=$HTTP_PORT --
ajp13Port=$AJP_PORT $PARAMS"

Kamal Ahmed

unread,
May 20, 2012, 9:50:28 AM5/20/12
to jenkins...@googlegroups.com
Does anyone have experience of using Jenkins for Hardware/Device testing ?
Please share.
Thanks,
-Kamal.
Reply all
Reply to author
Forward
0 new messages