summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael E Brown <michael_e_brown@dell.com>2007-11-12 17:16:31 -0600
committerMichael E Brown <michael_e_brown@dell.com>2007-11-12 17:16:31 -0600
commitaba433e31bd86887348e2910bd2d2143a5b16615 (patch)
tree66ed2375611cc83e2e593b746954a51585f9e866
parentec0f03f7e48714cf6c2632dc66b83abf7349b8fc (diff)
downloadmock-aba433e31bd86887348e2910bd2d2143a5b16615.tar.gz
mock-aba433e31bd86887348e2910bd2d2143a5b16615.tar.xz
mock-aba433e31bd86887348e2910bd2d2143a5b16615.zip
change logger name for state log in example defaults.cfg to match what is in mock.py
-rw-r--r--etc/defaults.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/defaults.cfg b/etc/defaults.cfg
index bb722dd..2371b1c 100644
--- a/etc/defaults.cfg
+++ b/etc/defaults.cfg
@@ -23,7 +23,7 @@
# You can configure log format to pull from logging.ini formats of these names:
# config_opts['build_log_fmt_name'] = "unadorned"
# config_opts['root_log_fmt_name'] = "detailed"
-# config_opts['state_log_fmt_name'] = "detailed"
+# config_opts['state_log_fmt_name'] = "state"
#
# the cleanup_on_* options allow you to automatically clean and remove the
# mock build directory, but only take effect if --resultdir is used.