Naveen Neelayyagari
Naveen Neelayyagari

Reputation: 115

install4j log file i4j_log - Change log level

In our install4j Auto updater we are facing some problems and we are trying to find out more information from the log file i4j_log_xxx from the Users/Temp folder.

The contents inside this file start with the follwing log level [INFO]....

[INFO] logger started at Thu Nov 25 19:34:10 CET 2021

The question for me is how to change the log level from INFO to DEBUG?. Or is this even possible via arguments?. From the install4j documentation, I was not able to find any information on the log level changes.

Upvotes: 1

Views: 307

Answers (1)

Ingo Kegel
Ingo Kegel

Reputation: 48070

It is not possible to change the log level. All messages are logged, their severity is displayed as [INFO] or [ERROR], but there is no filter.

Upvotes: 0

Related Questions