celonis/homcc

No `homcc` information in standard compile

Closed this issue · 1 comments

When using these client.conf settings:

log_level=INFO
verbose=False

there is no maven log output telling us that homcc is being used (except warnings which may appear). This can be confusing, when trying to debug a build setup.

Suggestion: Always (any and all log levels) log early in the output telling us that that homcc is being used, including relevant meta information:

  • Version?
  • homcc binary location?
  • Configuration file being used?
  • hosts file being used?

Closing this issue as discussed and partially addressed in #34.