Hi I am looking on how to stream application logs from a Spring boot application to a cloud. To elaborate:- Suppose I have a spring app to be deployed as a pcf application for which I need to send the logs generated from the application to an external cloud platform.
Asked
Active
Viewed 50 times
0
-
What logging framework do you use? – wi2ard Oct 25 '21 at 12:15
1 Answers
0
You can configure appenders for loggers like logback, log4j2 to stream logs on external cloud platforms like aws cloudwatch with ease.

Tarun
- 121
- 7