Guest User

Untitled

a guest
Feb 24th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. To set debug logs in OOO deploy, modify:
  2. /home/stack/upstream-environment.yaml in undercloud, which comes from ODL integration/packaging/puppet-opendaylight repo (I think)
  3.  
  4. added this to the bottom:
  5.  
  6. ExtraConfig:
  7. opendaylight::log_levels: {'org.opendaylight.genius.itm': 'TRACE'}
  8.  
  9.  
  10. Then, to redeploy, do this:
  11.  
  12. heat stack-delete overcloud
  13. heat stack-list
  14. bash deploy_command
  15.  
  16.  
  17. after step 1 is done you should be able to login to the controller and see in /opt/opendaylight/etc/org.ops4j.pax.logging.cfg the logging set
  18.  
  19. Add this to ../opendaylight/etc/org.ops4j.pas.logging.cfg to set genius.itm to TRACE at startup:
  20. log4j.logger.org.opendaylight.genius.itm=TRACE
Add Comment
Please, Sign In to add comment