if log_level == "full" or  log_level == "debug":
            path = os.path.join(location, files_names['full'] + append)
            try:
                self.full_log = io.open(path, 'w')
            except IOError: