How do you control the name and location of the GatewayMigrationUtility log file - which normally defaults to gmu.log?
Apparently, this can be controlled by creating a loggingProperties file, but where is the documentation about the content of the file?
API Gateway 10.1, 11.X
On the gateway, there's the gmu.log.
From our documentation, we provide a sample of the logger properties.
In this example, a properties file called gmulogger.properties was created. The file name was changed from gmu.log to logger.log.
To leverage the properties file, use the --loggingProperties argument in the GMU command.
The file logger.log is created and populated. As long as the argument is used in the command, the utility will not log to the default gmu.log.