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
Currently logging is centralized and has one level.
This isn't enough for debugging and finding problems
as logs either grow very large due to only one log level
or contain almost no information due to missing logging at some functions.
Implement the PSR-3 logging interface
and add logging to some public methods.
see \WC_Shipcloud_Shipping::log
The text was updated successfully, but these errors were encountered:
Currently logging is centralized and has one level.
This isn't enough for debugging and finding problems
as logs either grow very large due to only one log level
or contain almost no information due to missing logging at some functions.
Implement the PSR-3 logging interface
and add logging to some public methods.
The text was updated successfully, but these errors were encountered: