Changed the logBuffer to send its content to the backend when in production or when the sendbuffer logs env is set.
Added the postBufferContent function for that purpose.
Type of changes
[ ] Bugfix
[x] Feature
[ ] Refactoring
[ ] Optimization
[ ] Documentation
[ ] CI/CD
[ ] Other
Requirements
[ ] Everything build out of Material UI components
[ ] New Material UI components capsulated via dependency injection in "@common/components"
[ ] Provide basic information pieces in comments
[ ] Establish interface to backend (if necessary)
[ ] Use Skeleton components if something has to be fetched (if necessary)
[ ] Error management: Components should handle undefined inputs
Description
Changed the logBuffer to send its content to the backend when in production or when the sendbuffer logs env is set. Added the postBufferContent function for that purpose.
Type of changes
Requirements