self.logger.warning('No configuration files with the entry [{}[{}] found'.format(section,option))
self.logger.error('No configuration files with section [{}] found. Saving not possible.'.format(section))
# ToDo: should it be saved as a new section & option? In which file?
# self.logger.error('should it be saved as a new section & option?')
self.logger.critical('# ToDo: should it be saved as a new section & option?')
eliflen(occurrence)>1:
eliflen(occurrence)>1:
self.logger.error('Found the entry [{}][{}] in more than one configuration file. Saving not possible. Occurrences in: {}'.format(section,option,occurrence))
self.logger.error('Found section [{}] in more than one configuration file. Saving not possible. Occurrences in: {}'.format(section,occurrence))
eliflen(occurrence)==1:
eliflen(occurrence)==1:
# load the config (only the specified file, no other)
# load the config (only the specified file, no other)