schollz/find3

Add log rotation

Open

#6 opened on Mar 4, 2018

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Go (368 forks)github user discovery
enhancementgood first issue

Repository metrics

Stars
 (4,782 stars)
PR merge metrics
 (PR metrics pending)

Description

The logfiles can get large, especially if there's a lot of fingerprints and/or -debug has been turned on. (I'm thinking of main.stdout).

It may be worth looking into automatically rotating this.

Maybe something like lumberjack? Seems like an easy swap.

Alternatively, if we want to push this onto the user, we should mention this explicitly in README.md.

Contributor guide