mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-21 11:27:18 +00:00
Change cluster msg from info to debug
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user