Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: DEV-5706 log file rename

Server log files

At installation, PhixFlow logging id configured using the files logback.xml and PhixFlow-logging.xml; see Configure logback.xml and phixflow-logging.xml for details.

PhixFlow generates a number of detailed logs on the server. These will be written to:

...

The name of the principal log file for the PhixFlow application is set in the log4jlogback.propertiesxml file (see below), but commonly this is called phixflow.log.  Generally, the only reason that the default name (phixflow.log) is not used, is when multiple instances of PhixFlow are being hosted under the same tomcat instance - in this case, check in the log4jthe logback.propertiesxml file for the PhixFlow instance you are interested in, and find out the file name of the principal server log being generated for this instance of PhixFlow.

Server logging configuration -

...

logback.

...

xml

The level of server logging generated by PhixFlow is controlled in the log4jlogback.properties filexml file.

The name of the principal server log file generated by this instance of PhixFlow is also set in this file, although this will commonly be left as the default value, phixflow.log. This will be set when the instance is installed - see Install PhixFlow Webapp for details.

You will find the log4jlogback.properties file xml file at:

Code Block
[tomcat installation base]/webapps/[instance name]/WEB-INF/classes/log4jlogback.propertiesxml

For example:

Code Block
/usr/local/tomcat/webapps/phixflow/WEB-INF/classes/log4jlogback.propertiesxml

Changing the server logging configuration

When investigating problems, you may wish to alter the logging level for certain features of PhixFlow. You will either be guided to do this by the PhixFlow support team, or you may find options in the troubleshooting sections of this help. If you want to add an optionchange logging config, simply open the log4logback.propertiesxml file, add make the linechange, and save it. PhixFlow will automatically pick up the change, and you can carry out the operations you are investigating, e.g. running a certain task plan. Once these operations are complete, look in your principal server log file (as above, usually phixflow.log) to see the results with enhanced logging details.

...