[iOS device] Can I get log with filter LEVEL?

Hi guys,
My app has logged some information with log level LEVEL.INFO. But I can not get them. I only see the device log with LEVEL.ALL in appium log ( driver.manage().logs().get(“syslog”).getAll() )
I have config showIOSLog = true.

Can you please help me with some docs for this or how to I can get a log with the INFO level.

thanks,