Error in json in setup_logging.py

I think that there is an error in file setup_logging.py in Frappe v5:

It ends with comma and should’t.

here

Also, please check why frappe can’t read file site_config.json from site2.local folder and only read common_site_config.json from sites folder.

I noticed that if i run bench clear-cache it runs site_config.json but when i run bench start only reads common_site_config.json.

@luisfmfernandes python is forgiving for the last comma

site_config error seems something else. Works okay for us.

Hi.

I know that. But if i remove the last comma every thing works correctly.

I thinks that is a bug in my logging because i upgrade it. I upgrade everything in site-packages!!.

Before the upgrade everything is working good…

Thanks.