• Resolved umdiecker

    (@umdiecker)


    Log files are being created at a rate of MB per minute in the folder below:

    Files in /public_html/wp-content/uploads/f12-logs
    Files are named in the format “plugins-2025-09-28.log”

    Error messages as follows:

    [2025-09-28 22:58:03] [INFO] [f12-cf7-captcha] Plugin gestartet {“plugin”:”f12-cf7-captcha”,”version”:”2.2.48″}
    [2025-09-28 22:58:03] [INFO] [unknown] Konstruktor abgeschlossen.
    [2025-09-28 22:58:03] [INFO] [f12-cf7-captcha] Modul initialisiert {“plugin”:”f12-cf7-captcha”,”module”:”template”,”class”:”f12_cf7_captcha\core\TemplateController”}
    [2025-09-28 22:58:03] [INFO] [unknown] Konstruktor abgeschlossen.
    [2025-09-28 22:58:03] [INFO] [f12-cf7-captcha] Instanz erstellt {“plugin”:”f12-cf7-captcha”,”class”:”f12_cf7_captcha\core\log\Log_Cleaner”}

    It’s filling up my server daily. Any suggestions please?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support forge12marc

    (@forge12marc)

    Hello @umdiecker ,

    thank you for reporting this. The current log creation is tied to the global debug mode.
    Please set the following in your wp-config.php to stop the log output for now:

    define('WP_DEBUG', false);

    We will release a quick fix later today that introduces a dedicated constant for enabling logs, independent of WP_DEBUG. This way logging can be switched on deliberately, without relying on the global debug flag.

    Thread Starter umdiecker

    (@umdiecker)

    The line define(‘WP_DEBUG’, false); is already in the wp-config.php file. So unfortunately that isn’t helping.

    Plugin Support forge12marc

    (@forge12marc)

    Hello @umdiecker ,

    we have released the new version, which resolves your issue.

    Best Regards
    Marc

    • This reply was modified 6 months, 2 weeks ago by forge12marc.
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Huge log files being created’ is closed to new replies.