redis and postgres logging

I want to turn on redis and extensive postgres logging. How do I do that ?
6 Replies
Percy
Percy14mo ago
Project ID: 2e5ece58-7854-4123-a337-a6eac1dd7f4a
govdiw006
govdiw00614mo ago
2e5ece58-7854-4123-a337-a6eac1dd7f4a Project ID: 2e5ece58-7854-4123-a337-a6eac1dd7f4a
Brody
Brody14mo ago
currently there's no way to modify the database plugins
govdiw006
govdiw00614mo ago
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 I don't observe this issue when using my local database similar thing is happening with Redis I need to flush the redis DB before starting my serve. else it just refuses to work I can restart several times on my local machine withouth having to flush the redis db any idea what is going on
Brody
Brody14mo ago
I can highly recommend using neon over railways postgre https://neon.tech/ oh and upstash for redis https://upstash.com/
govdiw006
govdiw00614mo ago
Thanks