Dan krijg ik te zien:
SYNOLOGY_407> ls -l /volumeUSB1/usbshare/
drwxrwxrwx 4 root root 1024 Sep 17 21:54 logs
En hierbinnen staat en hier zie je dat couch ook een eigen logs map heeft gemaakt alleen wordt deze niet geüpdate maar alleen eerste keer gevuld:
SYNOLOGY_407> ls -l /volumeUSB1/usbshare/logs
drwxr-xr-x 3 couchpot users 1024 Sep 18 10:07 cache
-rw-r--r-- 1 couchpot users 2487 Sep 18 10:20 config.ini
-rw-r--r-- 1 couchpot users 15360 Sep 17 21:24 data.db
drwxr-xr-x 2 couchpot users 1024 Sep 17 21:24 logs
-rw-r--r-- 1 root root 3182513 Sep 18 14:13 nzbget.log
-rw------- 1 sickbear users 7430483 Sep 18 16:27 sickbeard.log
cat /volumeUSB1/usbshare/logs/logs/Couchpotato.log
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
| 21:24:31 INFO [ app.config.db] Initializing Database.
21:24:37 INFO [ app.lib.qualities] Creating custom=False quality: dvdrip
21:24:39 INFO [ app.lib.qualities] Creating custom=False quality: cam
21:24:40 INFO [ app.lib.qualities] Creating custom=False quality: ts
21:24:41 INFO [ app.lib.qualities] Creating custom=False quality: r5
21:24:42 INFO [ app.lib.qualities] Creating custom=False quality: dvdr
21:24:43 INFO [ app.lib.qualities] Creating custom=False quality: brrip
21:24:44 INFO [ app.lib.qualities] Creating custom=False quality: 720p
21:24:45 INFO [ app.lib.qualities] Creating custom=False quality: 1080p
21:24:46 INFO [ app.lib.qualities] Creating custom=False quality: tc
21:24:48 INFO [ app.lib.qualities] Creating custom=False quality: scr
10:06:44 INFO [ app.config.db] Initializing Database.
10:07:07 INFO [ ENGINE] Listening for SIGHUP.
10:07:07 INFO [ ENGINE] Listening for SIGTERM.
10:07:07 INFO [ ENGINE] Listening for SIGUSR1.
10:07:07 INFO [ ENGINE] Bus STARTING
10:07:07 INFO [ ENGINE] Forking once.
10:07:07 INFO [ ENGINE] Forking twice.
10:07:07 INFO [ ENGINE] Daemonized to PID: 3095
10:07:07 INFO [ ENGINE] Started monitor thread '_TimeoutMonitor'.
10:07:07 INFO [ app.lib.cron] Starting Cronjobs.
10:07:07 INFO [ider.yarr.sources.newzbin] Using newzbin provider
10:07:07 INFO [er.yarr.sources.nzbmatrix] Using NZBMatrix provider
10:07:07 INFO [rovider.yarr.sources.nzbs] Using NZBs.org provider
10:07:07 INFO [ider.yarr.sources.newznab] Using Newznab provider
10:07:07 INFO [provider.yarr.sources.tpb] Using TPB.org provider
10:07:07 INFO [.movie.sources.theMovieDb] Using TheMovieDb provider.
10:07:07 INFO [movie.sources.imdbWrapper] Using IMDB provider.
10:07:07 INFO [ app.lib.cron.trailer] TrailerCron thread is running.
10:07:07 INFO [ app.lib.cron.subtitle] SubtitleCron thread is running.
10:07:07 INFO [ app.lib.cron.eta] ETA thread is running.
10:07:07 INFO [ app.lib.cron.renamer] Renamer thread is running.
10:07:07 INFO [ app.lib.cron.renamer] Watched folder doesn't exist.
10:07:07 INFO [ app.lib.cron.movierss] Movie RSS thread is running.
10:07:08 INFO [ app.lib.cron.yarr] YarrCron thread is running.
10:07:08 INFO [ ENGINE] Serving on 0.0.0.0:5000
10:07:08 INFO [ ENGINE] Bus STARTED
10:07:17 INFO [ app.lib.cron.movierss] Movie RSS has been disabled
10:07:28 INFO [ app.lib.cron.yarr] Searching for new downloads, for all movies.
10:07:28 INFO [ app.lib.cron.yarr] Finished search.
10:20:40 INFO [ app.config.db] Initializing Database. |