Advertisement
Guest User

Untitled

a guest
Jan 28th, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. # python2.7 /usr/bin/salt-call -ldebug grains.items
  2. [DEBUG ] Reading configuration from /etc/salt/minion
  3. [DEBUG ] Using cached minion ID from /etc/salt/minion_id: ip-10-20-1-98.ec2.internal
  4. [INFO ] Processing `log_handlers.mongo`
  5. [ERROR ] 'log4mongo_handler'
  6. Traceback (most recent call last):
  7. File "/usr/lib/python2.7/dist-packages/salt/utils/parsers.py", line 181, in parse_args
  8. mixin_after_parsed_func(self)
  9. File "/usr/lib/python2.7/dist-packages/salt/utils/parsers.py", line 728, in __setup_extended_logging
  10. log.setup_extended_logging(self.config)
  11. File "/usr/lib/python2.7/dist-packages/salt/log/setup.py", line 658, in setup_extended_logging
  12. handlers = list(handlers)
  13. File "/usr/lib/python2.7/dist-packages/salt/log/handlers/log4mongo_mod.py", line 87, in setup_handlers
  14. config_opts[arg_name] = __opts__[handler_id].get(config_opt)
  15. KeyError: 'log4mongo_handler'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement