]> git.ipfire.org Git - thirdparty/lxc.git/commit
log: Set log_define properly
authorStéphane Graber <stgraber@ubuntu.com>
Wed, 5 Feb 2014 20:18:21 +0000 (15:18 -0500)
committerSerge Hallyn <serge.hallyn@ubuntu.com>
Wed, 5 Feb 2014 23:16:34 +0000 (17:16 -0600)
commit6ea518f64a0bd5b73a2e43ac1d36b0874a32f5df
treea11c7e48ef9b1460da8b6147c96c862d685eabf4
parent1d84dd35c68cd21f62743415436ce5a6287eeb6d
log: Set log_define properly

This sets lxc_log_define to what should be appropriate values for all
existing binaries that call lxc_log_init.

The name is lxc_<bin name>_ui for anything that's user visible and
lxc_<bin name> for anything that's not.

The parent is set to "lxc" for anything using the API and to the
matching C file name for anything that isn't.

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
15 files changed:
src/lxc/lxc_autostart.c
src/lxc/lxc_cgroup.c
src/lxc/lxc_clone.c
src/lxc/lxc_console.c
src/lxc/lxc_create.c
src/lxc/lxc_destroy.c
src/lxc/lxc_execute.c
src/lxc/lxc_freeze.c
src/lxc/lxc_info.c
src/lxc/lxc_monitor.c
src/lxc/lxc_snapshot.c
src/lxc/lxc_start.c
src/lxc/lxc_stop.c
src/lxc/lxc_unfreeze.c
src/lxc/lxc_wait.c