Files
python-barbicanclient/etc/barbicanclient.conf
Arash Ghoreyshi 8aea8b7fe6 Make create_secret() and create_order() return objects rather than dicts
and get metadata before returning

Create unittests for those two functions

Turn debug log messages off by default
2013-06-07 14:24:26 -05:00

11 lines
298 B
Plaintext

[DEFAULT]
# Show more verbose log output (sets INFO log level output)
verbose = True
# Show debugging output in logs (sets DEBUG log level output)
debug = False
# Log to this file. Make sure you do not set the same log
# file for both the API and registry servers!
#log_file = barbicanclient.log