2

My Spring Cloud Data Flow deleted log file in folder after I stopped it. Why SCDF does that and How can I keep these log files?

Zach Pham
  • 280
  • 4
  • 18

1 Answers1

2

You can customize the logging configuration in the logback config file and pass it as a configuration properties for the SCDF server. Assuming you are trying this with the local data flow server, you can refer this documentation for logback configuration.

Ilayaperumal Gopinathan
  • 4,099
  • 1
  • 13
  • 12