Hello, I have bunch of streams and each has a corresponding file output made by this module. Here is the config of one, the rest are very similar, just the filename is different:
I get very strange behavior. All logs go to the last generated file meaning if a stream that didn't have any input yet, receives a message, the file is correctly created but them all other outputs start writing to this last one. And then to the next one and so on. I've double checked the streams and they receive and display just the messages they are supposed to. There is no mixing of messages. Any idea? Thanks in advance.
Hello, I have bunch of streams and each has a corresponding file output made by this module. Here is the config of one, the rest are very similar, just the filename is different:
I get very strange behavior. All logs go to the last generated file meaning if a stream that didn't have any input yet, receives a message, the file is correctly created but them all other outputs start writing to this last one. And then to the next one and so on. I've double checked the streams and they receive and display just the messages they are supposed to. There is no mixing of messages. Any idea? Thanks in advance.
Martin