You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Coraza and modsec logging works differently, which presents a challenge for libcoraza. In modsec, there logger callback per transaction, while in coraza there is a general error log callback.
We need to set up a friendlier callback, modsec void is not properly documented, and it is weird.
In the meantime we can use waf loggers instead transaction logger, but that will mean logs won't be aware of custom error logs in nginx for specific URLs or others, there will be only one error log per coraza context
Make current log callback work for Coraza, it is just a placeholder, it is not working.
The text was updated successfully, but these errors were encountered:
Coraza and modsec logging works differently, which presents a challenge for libcoraza. In modsec, there logger callback per transaction, while in coraza there is a general error log callback.
void
is not properly documented, and it is weird.The text was updated successfully, but these errors were encountered: