I'm trying to set up Amazon Cloud Watch as a remote logging place for some of the C # apps I'm working on. The only thing that I donβt understand is the difference between the log group and the log stream, and how to use them?
I have several small applications that many different users will run on many computers. Therefore, I would like to be able to easily identify the source application and the machine for each log message.
My understanding is that a log stream is a sequence of log events that use the same source, "so it seems like I want to create a new log stream for each machine or each user on a machine. Does that sound right?
source share