Guest User

Untitled

a guest
Apr 22nd, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. # DEBUG < INFO < WARN < ERROR < FATAL
  2. log4r_config:
  3.  
  4. loggers:
  5. - name : satdb
  6. level : DEBUG
  7. additive : 'true'
  8. trace : 'false'
  9. outputters:
  10. # - stdout
  11. - satdblogfile
  12.  
  13. - name : dispatcher
  14. level : DEBUG
  15. additive : 'true'
  16. trace : 'false'
  17. outputters:
  18. # - stdout
  19. - dispatcherlogfile
  20.  
  21. - name : fppi
  22. level : DEBUG
  23. additive : 'true'
  24. trace : 'false'
  25. outputters:
  26. # - stdout
Add Comment
Please, Sign In to add comment