Dan Helfman
|
54d57e1349
Add test for #407: Fix syslog logging on FreeBSD.
|
4 年之前 |
Dan Helfman
|
27d37b606b
Better error messages! Switch the library used for validating configuration files (from pykwalify to jsonschema).
|
4 年之前 |
Dan Helfman
|
f66fd1caaa
Customize Healthchecks log level via borgmatic "--monitoring-verbosity" flag (#277).
|
5 年之前 |
Dan Helfman
|
14e5cfc8f8
Support piping "borgmatic list" output to grep. Retain colored output when piping/redirecting (#271).
|
5 年之前 |
Dan Helfman
|
0a9f4e8708
Reopen the file given by "--log-file" flag if an external program rotates the log file while borgmatic is running.
|
5 年之前 |
Dan Helfman
|
a9104ed090
Handle log file error more consistently with other error. Add --log-file-verbosity flag. Add docs.
|
5 年之前 |
palto42
|
6da05cbe2d
Exception handling for logfile option
|
5 年之前 |
palto42
|
8c8640d0ab
file-logger replaces syslog
|
5 年之前 |
palto42
|
22640a9ca0
new option for log-file
|
5 年之前 |
Dan Helfman
|
90595e9c18
Only log to syslog when run from a non-interactive console (e.g. a cron job). Related to #197.
|
6 年之前 |
Dan Helfman
|
032d4adee3
Remove unicode byte order mark from syslog output. (Related to #197.)
|
6 年之前 |
Dan Helfman
|
74ac148747
Disable console color via "color" option in borgmatic configuration output section (#191).
|
6 年之前 |
Dan Helfman
|
b3aa6af859
Don't color syslog output (#197).
|
6 年之前 |
Dan Helfman
|
9a5e7a3abb
Successfully convert Borg output to Python logging entries.
|
6 年之前 |
Dan Helfman
|
12441331e6
Fix formatting / import ordering.
|
6 年之前 |
Dan Helfman
|
9ceeae2de0
Add separate syslog verbosity flag.
|
6 年之前 |
Dan Helfman
|
e0e493c2f1
Factor out configuring of logging into a common function.
|
6 年之前 |
Dan Helfman
|
0f05f7ad93
Log to syslog in addition to existing standard out logging (#53).
|
6 年之前 |
Dan Helfman
|
9417359da3
Fix for regression with missing verbose log entries (#177).
|
6 年之前 |
Dan Helfman
|
a13cc0ab17
More tests for colored logging.
|
6 年之前 |
Dan Helfman
|
620f9e64d6
A few more tests for new colored logging.
|
6 年之前 |
Dan Helfman
|
37362150fe
Color records that are logged via logger.handle() as well.
|
6 年之前 |
Luke Murphy
|
1f524d6c87
Add borgmatic custom logger
|
6 年之前 |