Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

The "-l/-log" argument is not supported. Please configure logging in the log4j2.xml file.

 I am getting the following error when I try to execute ETMcopyutility



The "-l/-log" argument is not supported. Please configure logging in the log4j2.xml file.

how to ovecome

0 votes



One answer

Permanent link

 Hi Venkatesh,


From 702 SR1, the -l / -log argument has been removed. log4j2.xml file must be used to configure the loggers for the utility.

You need to uncomment the following lines in log4j2.xml to enable logging.

        <!-- Logging in to copyUtil.log is disabled. Uncomment "file" reference to enable it. -->
    
<!--
<AppenderRef ref="file"/>
-->

</pre>
Hope it helps.


Regards,
Bharath

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 7,498
× 1,328

Question asked: Apr 04 '23, 3:04 a.m.

Question was seen: 866 times

Last updated: Apr 04 '23, 3:09 a.m.

Confirmation Cancel Confirm