I have many logs of connection and disconnection of devices like
2022-02-23 14:43:39 INFO: [3123a0f9] disconnected
2022-02-23 14:43:39 INFO: [013b0f18] connected
2022-02-23 14:43:39 INFO: [013b0f18] disconnected
2022-02-23 14:43:39 INFO: [992d2f00] connected
2022-02-23 14:43:39 INFO: [992d2f00] disconnected
I would like to disable this type of logs and receive only the other ones, I don't know if there is a configuration that could help me with this.
There's not configuration for it. You can disable all INFO
only. Alternatively you can change code to not log connects and disconnects.
I have many logs of connection and disconnection of devices like
I would like to disable this type of logs and receive only the other ones, I don't know if there is a configuration that could help me with this.