Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin/datastore-service.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/datastore-service.py')
-rwxr-xr-xbin/datastore-service.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/datastore-service.py b/bin/datastore-service.py
index 6453d3e..f22ee68 100755
--- a/bin/datastore-service.py
+++ b/bin/datastore-service.py
@@ -24,8 +24,8 @@ if not os.path.exists(log_dir):
# setup logger
logger.start('datastore')
#logging.basicConfig(level=5, format='%(created)f %(levelname)s %(name)s: %(message)s', stream=sys.stderr)
-#logging.getLogger('').setLevel(5)
+#logging.getLogger('').setLevel(5)
# build the datastore
dbus.mainloop.glib.DBusGMainLoop(set_as_default=True)
bus = dbus.SessionBus()