Currently, bubble offers server logs as a part of the app, Do we have any way of exporting this on a regular basis via an APi or even a manual download button?
Nope, I don’t believe so.
Any plans to fix it? We are using bubble.io front-end in conjunction with several back-end components, which all send their logs to a centralized log storage. Seeing a sequence of related events in one screen makes it really easier to troubleshoot! Unfortunately now in order to understand if something went wrong on a bubble side, admin has to log in into bubble separately, which makes it really cumbersome 
FWIW, I’m very interested in this too. It would be VERY useful.
No, we’d work on features that people need AFTER we are done working on stuff like redesigning workflow editor, redesigning menu and navigation bar, AI, shipping half baked version control, half baked WU analysers, half baked table element and more such features that you didn’t ask for.
You can export your logs out of Bubble, for storage and a years retention in your own AWS S3 bucket daily with planbbackups.io
You could then have a process read your bucket and bring in selected desired entries (into whatever SIEM or monitoring tool you are using) Not real-time but it’s an option.
Especially the ‘Workflow execution timed out’ log message
- otherwise invisible failure conditions.
Helpful for compliance ![]()
Another option is simply trap those events iin workflow and push them into your SIEM or log monitoring tool. Eg security events, workflow failures, 3rd party api call failures . Etc But you can’t trap runtime errors in backend workflows - which is a current Bubble limitation (and would be helpful for managing operations)