0

I have developed one small application. For logs , i'm using watchtower in aws. logs are working fine.Logs are inserted in cloudwatch by file wise logs in aws but i wants all logs to be registered in a single file only (for example api.views ) .is this possible? if yes, how?

Vani Polnedi
  • 595
  • 2
  • 4
  • 19

1 Answers1

1

solved this problem... i have written logs function in one file.. calling that function wherever i want to write logs.... so all logs are saving with same file name

Vani Polnedi
  • 595
  • 2
  • 4
  • 19