1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-21 19:37:28 +00:00

Change cluster msg from info to debug

This commit is contained in:
zhengxie
2015-01-08 16:26:57 +08:00
parent 1a2d355cc6
commit 207ad90b99

View File

@@ -70,9 +70,9 @@ def is_cluster_mode():
enabled = False
if enabled:
logging.info('cluster mode is enabled')
logging.debug('cluster mode is enabled')
else:
logging.info('cluster mode is disabled')
logging.debug('cluster mode is disabled')
return enabled