<div dir="ltr">Hi, I´m running GeoNode 2.6 in ubuntu server 16.04. I´m getting the following errors when running updatelayers:<div><br></div><div><div>geonode@geonode:~/my_geonode$ python manage.py updatelayers</div><div>Traceback (most recent call last):</div><div>  File "manage.py", line 11, in <module></div><div>    execute_from_command_line(sys.argv)</div><div>  File "/home/geonode/.local/lib/python2.7/site-packages/django/core/management/__init__.py", line 363, in execute_from_command_line</div><div>    utility.execute()</div><div>  File "/home/geonode/.local/lib/python2.7/site-packages/django/core/management/__init__.py", line 337, in execute</div><div>    django.setup()</div><div>  File "/home/geonode/.local/lib/python2.7/site-packages/django/__init__.py", line 22, in setup</div><div>    configure_logging(settings.LOGGING_CONFIG, settings.LOGGING)</div><div>  File "/home/geonode/.local/lib/python2.7/site-packages/django/utils/log.py", line 75, in configure_logging</div><div>    logging_config_func(logging_settings)</div><div>  File "/usr/lib/python2.7/logging/config.py", line 794, in dictConfig</div><div>    dictConfigClass(config).configure()</div><div>  File "/usr/lib/python2.7/logging/config.py", line 576, in configure</div><div>    '%r: %s' % (name, e))</div><div>ValueError: Unable to configure handler 'null': Cannot resolve 'django.utils.log.NullHandler': No module named NullHandler</div><div><br></div><div>I have connected geoserver w a Postgis database, and it worked fine when i had only those layers. Then I loaded new layers via GeoNode web, and the command stopped working.</div><div> "Collectstatic" command is throwing the same error.</div><div>I did not change LOGGING in settings.py. and did not override in local_settings.py</div></div><div>I did changes according to this <a href="http://docs.geonode.org/en/master/tutorials/admin/customize_lookfeel/customize/setup_admin.html">http://docs.geonode.org/en/master/tutorials/admin/customize_lookfeel/customize/setup_admin.html</a>.</div><div>I´m not a programmer so please, take that in account on your suggestions or answers. Thanks!</div></div>