Skip to content

Commit

Permalink
updated "Accessing External Build process' logs" section
Browse files Browse the repository at this point in the history
Since IDEA 14.1 logging is configured via properties file, not xml file.
  • Loading branch information
chashnikov committed Jun 23, 2015
1 parent 692195f commit e9ed926
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,12 @@ The log file is located under the directory
<ide-system-directory>/log/build-log
```

There both `build-log.log` and `build-log.xml` files can be found.
The `build-log.xml` is a log4j configuration file, where the log level and desired logging categories can be adjusted.
There both `build-log.log` and `build-log.properties` files can be found.
The `build-log.properties` is a log4j configuration file, where the log level and desired logging categories can be adjusted.
This file contains logging from all build sessions, including those from the auto-make.

In IntelliJ IDEA versions before version 14.1 log4j configuration was stored in `build-log.xml`.

### Accessing project model and configuration from External Build

The project model in External Build process is provided by JPS (*JetBrains Project System*).
Expand Down

0 comments on commit e9ed926

Please sign in to comment.