Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--dry-run Promtail. #1652

Merged
merged 10 commits into from
Feb 13, 2020
Prev Previous commit
Next Next commit
Add more spaces.
Signed-off-by: Cyril Tovena <cyril.tovena@gmail.com>
  • Loading branch information
cyriltovena committed Feb 11, 2020
commit 9f1e4cddbe09e4780bc8240d7dfe1af374dce9e5
2 changes: 1 addition & 1 deletion pkg/promtail/client/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func NewLogger(cfgs ...Config) (Client, error) {
fmt.Println(string(yaml))
}
return &logger{
Writer: tabwriter.NewWriter(os.Stdout, 0, 4, 0, '\t', 0),
Writer: tabwriter.NewWriter(os.Stdout, 0, 8, 0, '\t', 0),
}, nil
}

Expand Down