How to suppress output position information of info macro when I use global_logger()

Special treatment of Info is a feature of ConsoleLogger, so perhaps you want that instead of SimpleLogger. (Otherwise you need to define your own logger type and write a suitable message handler.)