mirror of
https://github.com/rclone/rclone.git
synced 2025-08-17 09:01:33 +02:00
enhance systemd integration
* log level identification * manual activation with flag * automatic systemd launch detection
This commit is contained in:
@ -42,6 +42,7 @@ var (
|
||||
type ConfigInfo struct {
|
||||
LogLevel LogLevel
|
||||
StatsLogLevel LogLevel
|
||||
LogSystemdSupport bool
|
||||
UseJSONLog bool
|
||||
DryRun bool
|
||||
Interactive bool
|
||||
|
Reference in New Issue
Block a user