Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

This requires at least Iguana version 10.1.91.

The Log Directory Configuration File, log.json, can be used to configure the log directory where you want Iguana to store its log data.

 Stop your Iguana X Service and navigate to the your configuration directory

The location of the log.json file should be in your configurations as follows:

<Instance Dir>/configurations/logging/log.json

Notice in logging, there won’t be a log.json file, we’ll need to create it!

 Create a log.json file and add in your desired log directory using the "log_dir" key

Add a new log directory.

Keep in mind the file path format for your operating system (forward slashes for windows!)

{
	"log_dir": "/Program Files/IguanaXLogs"
}
 Start the Iguana X Service and navigate to your logs to see the new directory.

  • No labels