hoard 0.5.1

Hoard backups of files across your filesystem into one location.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Logging

Output verbosity is controlled by the logging level. You can set the logging level with the
`HOARD_LOG` environment variable. Valid values (in decreasing verbosity) are:

- `trace`
- `debug`
- `info`
- `warn`
- `error`

The default logging level is `info` for release builds and `debug` for debugging builds.