On Tue, Apr 21, 2015 at 8:12 PM, Petr Pudlák <[email protected]> wrote: > Hi,
Hi Petr, > > try removing the line > > logging.basicConfig(stream=sys.stdout, level=logging.DEBUG) > > Logging setup is already done on daemon startup to the appropriate files, > not per-module. (Also you're redirecting to the standard output, but daemons > usually don't have one that would be visible anywhere.) > Actually, there were something wrong with my ganeti cluster environment (Maybe Issue 1075 (https://code.google.com/p/ganeti/issues/detail?id=1075) matters) so I cannot get any my own added debug messages (even though I only add logging.info in filestorage.py). However, I could get them after I swept previous cluster and built a new Ganeti cluster. Now, I am keeping on solving Issue 1030 (https://code.google.com/p/ganeti/issues/detail?id=1030). Anyway, thanks for your help ;-) Cheers, Gangbiao
