redis and postgres logging

GGovdiw5/22/2023
I want to turn on redis and extensive postgres logging. How do I do that ?
GGovdiw5/22/2023
2e5ece58-7854-4123-a337-a6eac1dd7f4a
GGovdiw5/22/2023
Project ID: 2e5ece58-7854-4123-a337-a6eac1dd7f4a
Bbrody5/22/2023
currently there's no way to modify the database plugins
GGovdiw5/23/2023
funny thing is going on.. I need to keep wiping my railway postgres database everytime i restart the server. Else the database doesn't respond
GGovdiw5/23/2023
I don't observe this issue when using my local database
GGovdiw5/23/2023
similar thing is happening with Redis I need to flush the redis DB before starting my serve. else it just refuses to work
GGovdiw5/23/2023
I can restart several times on my local machine withouth having to flush the redis db
GGovdiw5/23/2023
any idea what is going on
Bbrody5/23/2023
I can highly recommend using neon over railways postgre
https://neon.tech/
Bbrody5/23/2023
oh and upstash for redis
https://upstash.com/
GGovdiw5/23/2023
Thanks