OF-Scraper
  • Welcome
  • Requirements
  • Install
    • Pre-Install Guides
      • Linux
      • Windows
      • Mac
    • PIPX Install
    • PIP Install
    • Binary Releases
    • Docker
    • Release Info
    • Managing Multiple Python Versions
  • Getting Started and Settings
    • Config Options
      • Config Location
      • General Options
      • File Output Options
        • Placeholders
        • Responsetype Placeholders
      • Download Options
        • Download Toggles
        • Media Filtering Options
        • Advanced Download Options
      • Setting metadata path
      • Binaries Options
      • CDM Options
      • Performance Options
        • Values to Pick
      • Script Options
      • Advanced config options
        • Changing Const Values
        • Mediatype overwrites
    • Depreciated Options
    • Auth
    • Controlling Output/Logs
    • Migrating from Digitalcriminal's script
  • Using the Scraper
    • Using Prompts
      • Old Menu
      • Page 2
    • Username selection or Fuzzy Search
    • Basic Automation with command-line
      • Basic Actions
        • Liking/Unliking Post
        • Downloading Content
          • Downloading Text Files
          • Downloading Purchases From Deleted Models
        • Multiple Actions
      • Model Filtering/Sorting
        • Price Filtering/Sort
      • Advanced Args
      • Scripting tips
      • Enable label scan
    • Recipes
      • Adding Proxy
      • Redownload Deleted Downloads
  • Content Check Modes
    • Table Columns
    • Table Management
      • Pre 3.10.7 filtering
  • Scraping Individual Posts or Media
  • Metadata
    • Schema
    • Creating Metadata
    • Metadata location
  • CDM Setup
    • CDM issues
  • FAQ/Common Issues
    • Page 1
  • Command Reference
    • Shared Options
      • General Program Options
        • Program Options
        • Logging Options
        • Filename Modification Options
        • Media Filters Options
        • Download Options
        • Advanced Program Options
      • Shared Scrape and Metadata Check Mode Options
        • User List Filter Options
          • Advanced User Filters
        • User Selection Options
        • Model Sorting & Processing Options
        • Content Options
        • Automation Options
        • Advanced Search & Processing Options
    • Main Scraper Options
    • Metadata Check Mode Options
    • Content Check Modes Options
    • Manual Mode Options
  • Request Change to Doc
  • Testing
Powered by GitBook
On this page
  • Log Levels
  • -l, --log [argument]
  • -dc, --discord [argument]
  • -p, --output [argument]
  • Other Options
  • -nl,--no-live
  1. Command Reference
  2. Shared Options
  3. General Program Options

Logging Options

These options allow you to control the level of detail and location for program logs.

Log Levels

-l, --log [argument]

  • Possible choices:

    • OFF: Disables log output to the log file.

    • STATS: Logs only high-level statistics and errors.

    • LOW: Logs basic program flow and non-critical errors.

    • NORMAL (default): Logs most program activity and errors.

    • DEBUG: Logs all program activity and detailed debugging information.

  • Sets: The verbosity level for the program's log file.

-dc, --discord [argument]

  • Possible choices:

    • OFF: Disables log output to Discord.

    • STATS: Logs only high-level statistics and errors to Discord.

    • LOW: Logs basic program flow and non-critical errors to Discord.

    • NORMAL: Logs most program activity and errors to Discord.

    • DEBUG: Logs all program activity and detailed debugging information to Discord.

  • Sets: The verbosity level for logs sent to the Discord channel (if configured).

-p, --output [argument]

  • Possible choices:

    • PROMPT: Logs only critical information displayed on the program prompt.

    • STATS: Logs only high-level statistics and errors to the console.

    • LOW: Logs basic program flow and non-critical errors to the console.

    • NORMAL (default): Logs most program activity and errors to the console.

    • DEBUG: Logs all program activity and detailed debugging information to the console.

  • Sets: The verbosity level for log messages displayed in the console window.

Other Options

-nl,--no-live

  • Controls: Live displays via rich, these are used for Panels, Spinners, and progress bars

  • Defaults: False

PreviousProgram OptionsNextFilename Modification Options

Last updated 11 months ago