How to get appium logs completely divided by each session

If I use multi session, get_log(‘server’) command returns logs include other session’s logs too.
Could I get the server logs only for the driver(session)?

Thanks.