# HG changeset patch # User Vincent Hatakeyama <vincent.hatakeyama@xcg-consulting.fr> # Date 1546509713 -3600 # Thu Jan 03 11:01:53 2019 +0100 # Node ID 7a87a7532f034e112a42ed5afd95a7a647dc481e # Parent 376f5ba25e429924632b3c9ecb980d61a6bfc6af :speaker: message when no local configuration file found diff --git a/docker_dev_start.py b/docker_dev_start.py --- a/docker_dev_start.py +++ b/docker_dev_start.py @@ -494,6 +494,8 @@ print('add redis host') options.append('--add-host') options.append('{}:{}'.format(redis_host, local_ip)) + else: + _logger.info('No configuration file at: %s', local_conf_path) # default values if nothing else if not user: user = 'odoo'