Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author ndeet

    (@ndeet)

    Can you give more details on your setup so I can reproduce? What do the logs say and which PHP version do you use?

    Thread Starter slate

    (@meanwood)

    pulgin verrsion is 0.2.3
    PHP version is 7.4
    BTCPay Server v1.4.7.0
    using https://www.ads-software.com/plugins/litespeed-cache/ if thats relevant too, need anything else? If so please specify.

    Plugin Author ndeet

    (@ndeet)

    Thanks that is helpful to reproduce, will try that plugin. You said it spams the logs, what do the logs say? Error message?

    Thread Starter slate

    (@meanwood)

    2022-03-04T16:10:09+00:00 DEBUG Using cache, skipping to generate separate gateway classes. is the exact message that is being printed over and over.

    Plugin Author ndeet

    (@ndeet)

    Ok, this has nothing todo with litespeed-cache. This only logged because of debugging mode enabled. Logs of type DEBUG are not a problem but verbose information. The idea of debugging mode is to understand to where it fails in detail and it should always switched off again after investigation of a problem is finished. But yes in that case it seems the code is hit multiple times per request because it also hits for each Ajax request and is a bit annoying, I will remove it on the next release to not clutter the debug log.

    Plugin Author ndeet

    (@ndeet)

    Fyi, this was also changed with v0.2.4

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Log being spammed: Using cache, skipping to generate separate gateway classes.’ is closed to new replies.