--log flasg parameters

Any questions? Need some help?
Post Reply
stathis
Posts: 2
Joined: 15 Nov 2014, 19:20

--log flasg parameters

Post by stathis »

Hi all. I just started using FileBot and i find it fantastic. I can eliminate a lot of scripts that i have been using and combine everything through FileBot.

I need help with the log parameter. So far i found about:
--log off
--log info
--log warning

Is there a way to log only the downloaded subs and nothing else?
eg. Writing [Arrow.S03E06.HDTV.x264-LOL.srt] to [Arrow S03E06 - Guilty.srt]

Thanks a lot.
User avatar
rednoah
The Source
Posts: 23942
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: --log flasg parameters

Post by rednoah »

Here's the full list of --log levels:
The levels in descending order are:

SEVERE (highest value)
WARNING
INFO
CONFIG
FINE
FINER
FINEST (lowest value)

In addition there is a level OFF that can be used to turn off logging, and a level ALL that can be used to enable logging of all messages.
The message you care about is INFO level. But that will of course also log everything else of INFO level or higher.

Besides, retrieving the logs you want isn't done by logging less, but by filtering the log afterwards and extract the information you need. You know grep right?
:idea: Please read the FAQ and How to Request Help.
stathis
Posts: 2
Joined: 15 Nov 2014, 19:20

Re: --log flasg parameters

Post by stathis »

I know grep but unfortunately i work in windows :)

In any case the info you provided are more than enough for me to play with.

Thanks a million!!
Post Reply