1. 14 Jan, 2013 1 commit
    • remove logfile and loglevel from struct lxc_conf · 9ea87d5d
      Serge Hallyn authored
      The options are still supported in the lxc configuration file.
      However they are stored only in local variables in src/lxc/log.c,
      which can be read using two new functions:
      	int lxc_log_get_level(void);
      	const char *lxc_log_get_file(void);
      
      Changelog: jan 14:
       have lxc_log_init use lxc_log_set_file(), have lxc_log_set_file() take
       a const char *, and have it keep its own strdup'd copy of the filename.
      Signed-off-by: 's avatarSerge Hallyn <serge.hallyn@ubuntu.com>
  2. 13 Jan, 2013 1 commit
  3. 11 Jan, 2013 7 commits
  4. 10 Jan, 2013 2 commits
  5. 09 Jan, 2013 25 commits
  6. 08 Jan, 2013 4 commits