• Resolved pepe80

    (@pepe80)


    Could someone please explain to me how to understand these debug logs? Step by step what’s going on here?

    2022-07-07 10:33:21	1318 -> NO PAYLOAD ON SAVE_POST
    2022-07-07 10:33:21	1318 -> CRON EVENT SCHEDULED at E, 06 dets. 2021 13:16:49 +0100 (1638793009) with options Array ( [expireType] => [category] => [categoryTaxonomy] => [enabled] => 1 ) no error
    2022-07-07 10:33:21	1318 -> EXISTING CRON EVENT FOUND - UNSCHEDULED - no error
    2022-07-07 10:33:21	1318 -> CRON EVENT SCHEDULED at E, 06 dets. 2021 13:16:49 +0100 (1638793009) with options Array ( [expireType] => draft [category] => Array ( ) [id] => 1318 ) no error
Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Riza Maulana Ardiyanto

    (@rizaardiyanto)

    Hi @pepe80

    The first line was showing when using Gutenberg and for any reason, there is no information sent. It was added by our team so it is easier to debug a specific issue. If the expiration is working correctly, no reason to worry about that message

    While for the other logs explained that post ID 1318 is planned to expire at that specific time.

    Thread Starter pepe80

    (@pepe80)

    Thanks Riza. Could you explain a little bit exactly how to read lines 2-4?
    Why is the array empty on line 2?
    How to read the date “E, 06 dets. 2021”? What is this language? ??
    What does line 3 mean? Why UNSCHEDULED?

    Plugin Support Riza Maulana Ardiyanto

    (@rizaardiyanto)

    Sure thing. The 2nd line says it will expire with default settings. Type, category, categoryTaxonomy are empty.
    The 3rd line says it found a scheduled event, so it was removed.
    The 4th line says it scheduled the expiration for moving to draft.

    Hope that helps.

    Thread Starter pepe80

    (@pepe80)

    Thanks @rizaardiyanto, I need one last piece of information ??
    How to read the date “E, 06 dets. 2021”? What’s the language?

    Plugin Support Riza Maulana Ardiyanto

    (@rizaardiyanto)

    If I’m not mistaken, it’s the Estonian language.

    Plugin Support Riza Maulana Ardiyanto

    (@rizaardiyanto)

    We haven’t heard back from you in a while, so I’m going to mark this as resolved. If you have any further questions, please reply again here, or you can start a new thread.

    Thanks,

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Weird debug logs in the same second’ is closed to new replies.