Changes

Jump to: navigation, search

Using Staging Area Generator

12 bytes added, 15:10, 5 August 2016
no edit summary
==Changing the log level of the Staging Area Generator==__NOEDITSECTION__
{{Note|This is only required in case of doubt/error, when more details are needed in order to investigate what goes wrong.}}
In order to change the log level of the SAG, for example to write a more detailed output to the log file (etl.log in ''C:\IMSMAETLTool''), the following steps are required:# Open a command line window and go to ''C:\IMSMAETLTool\bin''
# Extract the configuration file by typing the following in the command line: <pre> C:\IMSMAETLTool\jdk1.6.0_45\bin\jar xf etl-1.0-jar-with-dependencies.jar mylog4j.properties </pre>
# Open the resulting file mylog4j.properties (in ''C:\IMSMAETLTool\bin'') in an editor (e.g. Notepad++)
# Change the line <pre> log4j.category.com.fgm=INFO </pre> to <pre> log4j.category.com.fgm=DEBUG </pre>
# Bundle the log file in the jar again by typing the following in the command line: <pre> C:\IMSMAETLTool\jdk1.6.0_45\bin\jar uf etl-1.0-jar-with-dependencies.jar mylog4j.properties </pre>
6,632
edits

Navigation menu