mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-06-24 02:08:36 +00:00
pre-commit run -a
This commit is contained in:
@@ -72,15 +72,14 @@ def purge_fs_sessions(path):
|
||||
if is_true(os.environ.get("ODOO_SESSION_REDIS")):
|
||||
if sentinel_host:
|
||||
_logger.debug(
|
||||
"HTTP sessions stored in Redis with prefix '%s'. "
|
||||
"Using Sentinel on %s:%s",
|
||||
"HTTP sessions stored in Redis with prefix '%s'. Using Sentinel on %s:%s",
|
||||
prefix or "",
|
||||
sentinel_host,
|
||||
sentinel_port,
|
||||
)
|
||||
else:
|
||||
_logger.debug(
|
||||
"HTTP sessions stored in Redis with prefix '%s' on " "%s:%s",
|
||||
"HTTP sessions stored in Redis with prefix '%s' on %s:%s",
|
||||
prefix or "",
|
||||
host,
|
||||
port,
|
||||
|
||||
Reference in New Issue
Block a user