systemd / casync

Content-Addressable Data Synchronization Tool
1.5k stars 117 forks source link

Add --log-level option #190

Closed elboulangero closed 5 years ago

elboulangero commented 5 years ago

Now the log level can be set with:

casync --log-level debug|info|error ...

This command-line argument overrides the environment variable CASYNC_LOG_LEVEL.

Closes: #185 Signed-off-by: Arnaud Rebillout arnaud.rebillout@collabora.com

poettering commented 5 years ago

Please also add to doc/casync.rst (i.e. the man page)