I have requirement to append port number to log file. Is ther any property or variable available to get running server port? I tried local.server.port
property, but this will get initalize only after spring context is initialized completely.
If port number is not possible, is there any tomcat instance level information is avaiable to get in application properties?
All application properties are stored in config server.