Anis Khadhri
Anis Khadhri

Reputation: 187

Pentaho Data Integration, change log format

In PDI, the standard format of a log is like this:

e.g:

2016/06/01 11:18:32 - Check - Files exist

I want to find a solution to change - to a (space)

Upvotes: 2

Views: 452

Answers (1)

Roman Byshko
Roman Byshko

Reputation: 9002

It is hard coded here, so can be only changed by changing that string literal and recompiling.

Upvotes: 2

Related Questions