Web UI will not start

I try to install/config at my frist time the AppDaemon4. But I am not able to start the Web UI and I have no idea what’s going wrong.

configuration
grafik

appdaemon.yaml

---
secrets: /config/secrets.yaml
appdaemon:
  latitude: !secret latitude
  longitude: !secret longitude
  elevation: 310
  time_zone: CET
  plugins:
    HASS:
      type: hass
      ha_url: http://192.168.200.179:8123
      token: !secret appdaemon_token
      #app_init_delay: 30  
  # If set to true, AppDaemon will only check for changes in 
  # Apps and apps.yaml files when AppDaemon is restarted
  production_mode: False
http:
 
  url: http://192.168.200.179:5050
admin:
  stats_update: none
api:
hadashboard:
logs:
  error_log:
    filename: /config/appdaemon/logs/error.log
  main_log:
    filename: /config/appdaemon/logs/appdaemon.log
  acces_log:
    filename: /config/appdaemon/logs/access.log

Log

[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] 00-banner.sh: executing... 
-----------------------------------------------------------
 Add-on: AppDaemon 4
 Python Apps and Dashboard using AppDaemon 4.x for Home Assistant
-----------------------------------------------------------
 Add-on version: 0.8.1
 You are running the latest version of this add-on.
 System: Home Assistant OS 7.1  (aarch64 / raspberrypi4-64)
 Home Assistant Core: 2021.12.10
 Home Assistant Supervisor: 2021.12.2
-----------------------------------------------------------
 Please, share the above information when looking for help
 or support in, e.g., GitHub, forums or the Discord chat.
-----------------------------------------------------------
[cont-init.d] 00-banner.sh: exited 0.
[cont-init.d] 01-log-level.sh: executing... 
[cont-init.d] 01-log-level.sh: exited 0.
[cont-init.d] appdaemon.sh: executing... 
[cont-init.d] appdaemon.sh: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
[13:36:30] INFO: Starting AppDaemon...
Traceback (most recent call last):
  File "/usr/bin/appdaemon", line 8, in <module>
    sys.exit(main())
  File "/usr/lib/python3.9/site-packages/appdaemon/__main__.py", line 443, in main
    admain.main()
  File "/usr/lib/python3.9/site-packages/appdaemon/__main__.py", line 387, in main
    self.logging = logging.Logging(logs, args.debug)
  File "/usr/lib/python3.9/site-packages/appdaemon/logging.py", line 274, in __init__
    logger = logging.getLogger(args["name"])
KeyError: 'name'
[13:36:34] INFO: Starting AppDaemon...
Traceback (most recent call last):
  File "/usr/bin/appdaemon", line 8, in <module>
    sys.exit(main())
  File "/usr/lib/python3.9/site-packages/appdaemon/__main__.py", line 443, in main
    admain.main()
  File "/usr/lib/python3.9/site-packages/appdaemon/__main__.py", line 387, in main
    self.logging = logging.Logging(logs, args.debug)
  File "/usr/lib/python3.9/site-packages/appdaemon/logging.py", line 274, in __init__
    logger = logging.getLogger(args["name"])
KeyError: 'name'

It is erroring out because there is nothing under logs. If you’re not going to specify logs then remove that option. If you have no custom settings for hadashboard then remove that as well.