summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Core.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Bcfg2/Server/Core.py')
-rw-r--r--src/lib/Bcfg2/Server/Core.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/Bcfg2/Server/Core.py b/src/lib/Bcfg2/Server/Core.py
index 6d0ad2bb9..b48c19467 100644
--- a/src/lib/Bcfg2/Server/Core.py
+++ b/src/lib/Bcfg2/Server/Core.py
@@ -1069,3 +1069,7 @@ class BaseCore(object):
""" Get current statistics about component execution from
:attr:`Bcfg2.Statistics.stats`. """
return Bcfg2.Statistics.stats.display()
+
+ @exposed
+ def toggle_fam_debug(self, _):
+ return self.fam.toggle_debug()