Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 198 by [email protected]: Logs always empty
http://code.google.com/p/memcached/issues/detail?id=198

What steps will reproduce the problem?
1. Start the daemon with an init script:
start() {
        echo -n $"Starting $prog: "
        while checkstatus; do
                sleep 1
                echo -n $"."
        done
        daemon $memcached -d ${args[@]}
        RETVAL=$?
        if [ $RETVAL -eq 0 ]; then
                touch $lockfile
        fi
        echo

        return $RETVAL
}

What is the expected output? What do you see instead?
No event is logged into memcached, because there is no definition to input a log file, like -o /var/log/memcached.log

What version of the product are you using? On what operating system?
1.4.5, CentOS 5.6 64bits

Reply via email to