Error with seahub.sh

I followed a guide to install the server, all is good until i get to ./seahub.sh that gives me error, im still learning linux so i can figure out whats wrong. This is what i get after ./seahub.sh start-fastcgi

LC_ALL is not set in ENV, set to en_US.UTF-8
Starting seahub (fastcgi) at 127.0.0.1:8000 …
Warning: SERVICE_URL not set in ccnet.conf

Error happened during creating seafile admin.

Warning: SERVICE_URL not set in ccnet.conf
Traceback (most recent call last):
File “/usr/lib/python3.8/logging/config.py”, line 563, in configure
handler = self.configure_handler(handlers[name])
File “/usr/lib/python3.8/logging/config.py”, line 744, in configure_handler
result = factory(**kwargs)
File “/usr/lib/python3.8/logging/handlers.py”, line 148, in init
BaseRotatingHandler.init(self, filename, mode, encoding, delay)
File “/usr/lib/python3.8/logging/handlers.py”, line 55, in init
logging.FileHandler.init(self, filename, mode, encoding, delay)
File “/usr/lib/python3.8/logging/init.py”, line 1143, in init
StreamHandler.init(self, self._open())
File “/usr/lib/python3.8/logging/init.py”, line 1172, in _open
return open(self.baseFilename, self.mode, encoding=self.encoding)
PermissionError: [Errno 13] Permission denied: ‘/srv/logs/seahub.log’

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File “/srv/seafile/seahub/manage.py”, line 10, in
execute_from_command_line(sys.argv)
File “/srv/seafile/seahub/thirdpart/django/core/management/init.py”, line 381, in execute_from_command_line
utility.execute()
File “/srv/seafile/seahub/thirdpart/django/core/management/init.py”, line 357, in execute
django.setup()
File “/srv/seafile/seahub/thirdpart/django/init.py”, line 19, in setup
configure_logging(settings.LOGGING_CONFIG, settings.LOGGING)
File “/srv/seafile/seahub/thirdpart/django/utils/log.py”, line 76, in configure_logging
logging_config_func(logging_settings)
File “/usr/lib/python3.8/logging/config.py”, line 808, in dictConfig
dictConfigClass(config).configure()
File “/usr/lib/python3.8/logging/config.py”, line 570, in configure
raise ValueError('Unable to configure handler ’
ValueError: Unable to configure handler ‘default’
Error:Seahub failed to start.