Hotspot missing server information in logs when user loggin in

I do run two different Hotspot server with two different SSID.
hotspot1 connected to interface wlan_hotspot1
hotspot2 connected to interface wlan_hotspot2

If a client connects to Wifi, the log shows what Wifi interface you connect to:

wireless,info MikroTik: 10:0B:A9:1E:5D:DC@wlan_hotspot1: connected, signal strength -48
wireless,info MikroTik: FC:F8:AE:43:AA:CB@wlan_hotspot2: connected, signal strength -44

Here I can see what interface the client uses “wlan_hotspot1” and “wlan_hotspot2”

But when looking at the log for the user logging in.

hotspot,info,debug MikroTik: user1 (192.168.6.254): trying to log in by http-chap
hotspot,debug MikroTik: user1 (192.168.6.254): using profile <default>
hotspot,debug MikroTik: user1 (192.168.6.254): adding ip->user binding
hotspot,account,info,debug MikroTik: user1 (192.168.6.254): logged in
hotspot,debug MikroTik: user1 (10:0B:A9:1E:5D:DC): add cookie: user logged in

There are now way here I can see if the client logs inn to “hotpsot1” or “hotspot2”

So my request would be that MikroTik add the same log in hotspot as on the wifi.

Example solution:

hotspot,info,debug MikroTik: user1 (192.168.6.254@hotpot1): trying to log in by http-chap
hotspot,debug MikroTik: user1 (192.168.6.254@hotpot1): using profile <default>
hotspot,debug MikroTik: user1 (192.168.6.254@hotpot1): adding ip->user binding
hotspot,account,info,debug MikroTik: user1 (192.168.6.254@hotpot1): logged in
hotspot,debug MikroTik: user1 (10:0B:A9:1E:5D:DC@hotpot1): add cookie: user logged in

I can see what Hotspot server is used by looking on the IP, but Hotspot server can share IP pool.
So adding server info to the log is the best option.