Comment 3 for bug 1181136

Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

I tried multiple things:
c.set_config_item("lxc.loglevel", "1")
c.set_config_item("lxc.loglevel", "9")
c.set_config_item("lxc.loglevel", "debug")

And I always get:
lxc: invalid log priority 9

Without those, setting in the lxc config:
lxc.logfile = /tmp/foo
lxc.loglevel = debug

it creates an empty /tmp/foo file, but no content at all, even if it errored out.