nuxeo / FunkLoad

Functional and load testing framework for web applications, written in Python
http://funkload.nuxeo.org/
GNU General Public License v2.0
382 stars 83 forks source link

Logging fails in distributed mode when ran from virtualenv #53

Open miloszpp opened 12 years ago

miloszpp commented 12 years ago

(TornadoTest)[mp262554@khaki01:~/TornadoTest]$ bin/fl-run-bench test_simple.py Simple.test_simple --distribute No handlers could be found for logger "FunkLoad"

ndokos commented 12 years ago

Simple.conf has an empty log_to setting in the [bench] section - if you change it to be the same as in the [test] section, i.e.

log_to = console file

the error goes away.