]> git.proxmox.com Git - mirror_lxc.git/commit - src/lxc/confile.c
confile: namespace lxc.log keys
author0x0916 <w@laoqinren.net>
Wed, 28 Jun 2017 09:30:41 +0000 (17:30 +0800)
committer0x0916 <w@laoqinren.net>
Fri, 30 Jun 2017 01:41:04 +0000 (09:41 +0800)
commit46cc906dc0f1f030c3642a1a7d3e0b9294fe28e2
treec3c133f59b88bac5df2f83a2b82d748b8e8d3f1f
parent9dcf7b4d23c1014dc85c649786a58f128d3e3a1b
confile: namespace lxc.log keys

* rename lxc.logfile to lxc.log.file
* renaem lxc.loglevel to lxc.log.level
* rename lxc.syslog to lxc.log.syslog

the legacy keys will be kept around until LXC 3.0 and then will be
removed.

Signed-off-by: 0x0916 <w@laoqinren.net>
doc/ja/lxc.container.conf.sgml.in
doc/ko/lxc.container.conf.sgml.in
doc/lxc.container.conf.sgml.in
src/lxc/confile.c
src/lxc/log.c
src/python-lxc/lxc/__init__.py
src/tests/concurrent.c
src/tests/parse_config_file.c