Skip to content

Commit

Permalink
Enable debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
iMichka committed Dec 14, 2016
1 parent 570a622 commit edfa08c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unittests/autoconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
warnings.simplefilter("error", Warning)

# Set logging level
pygccxml.utils.loggers.set_level(logging.INFO)
pygccxml.utils.loggers.set_level(logging.DEBUG)

# Find out the c++ parser (gccxml or castxml)
generator_path, generator_name = pygccxml.utils.find_xml_generator()
Expand Down

0 comments on commit edfa08c

Please sign in to comment.