Skip to content

Commit

Permalink
PAYARA-1690-asadmin-get-log-notifier-configuration-fails (#1625)
Browse files Browse the repository at this point in the history
  • Loading branch information
mulderbaba authored and Pandrex247 committed Jun 5, 2017
1 parent 7438671 commit 54acd1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public class GetLogNotifierConfiguration extends BaseGetNotifierConfiguration<Lo

@Override
protected String listConfiguration(LogNotifierConfiguration configuration) {
String headers[] = {"Enabled"};
String headers[] = {"Enabled", "Use Separate Log File"};
ColumnFormatter columnFormatter = new ColumnFormatter(headers);
Object values[] = new Object[2];

Expand Down

0 comments on commit 54acd1c

Please sign in to comment.