Skip to content

Commit

Permalink
config example: use verbose loading
Browse files Browse the repository at this point in the history
  • Loading branch information
pyroscope committed Apr 9, 2018
1 parent 6090a93 commit dabc60d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/rtorrent.rc
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ method.insert = d.data_path, simple,\
method.insert = d.session_file, simple, "cat=(session.path), (d.hash), .torrent"

# Watch directories (add more as you like, but use unique schedule names)
schedule2 = watch_start, 10, 10, ((load.start, (cat, (cfg.watch), "start/*.torrent")))
schedule2 = watch_load, 11, 10, ((load.normal, (cat, (cfg.watch), "load/*.torrent")))
schedule2 = watch_start, 10, 10, ((load.start_verbose, (cat, (cfg.watch), "start/*.torrent")))
schedule2 = watch_load, 11, 10, ((load.verbose, (cat, (cfg.watch), "load/*.torrent")))

# Logging:
# Levels = critical error warn notice info debug
Expand Down

0 comments on commit dabc60d

Please sign in to comment.