| 517 | A few other variables specific to CREAM CE are available, in particular to define log locations: |
| 518 | * `CREAMCE_LOG_DIR`: location of CREAM CE log. Default: `/var/log/glite`. |
| 519 | * `BLPARSER_LOG_DIR`: location of BLParser log file. Default: `/var/log/glite`. |
| 520 | * `GLEXEC_LOG_DIR`; location of glexec log files. '''This must be different from the 2 other log locations''' because the permissions are not compatible (none belong to `root`). Default: `/var/log/glexec`. |
| 521 | |
| 522 | CREAM CE relies on ''BLParser'' to interact with the batch system and get status back about submitted jobs. The BLParser must run on a machine with access to the batch system logs. The default is to run it on the LRMS master, which can be defined explicitly with variable `LRMS_HOST` and defaults to the first CE in `CE_HOSTS`. For specific needs, it is possible to define explicitly the BLParser host with variable `BLPARSER_HOST`. |
| 523 | |