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
Wing uses the root logger inside Log4perl, which means that there's no way to set individual logging levels or configs for it versus Dancer, or even inside different Wing components (like web.psgi, rest.psgi, wingman, TGC's stitcher, etc.)
Wing.pm should use $ENV{WING_LOGGER_IDENTITY} || $0 to make it easy to use Log4perl's categories for sectioning levels and other logging issues.
The text was updated successfully, but these errors were encountered:
Wing uses the root logger inside Log4perl, which means that there's no way to set individual logging levels or configs for it versus Dancer, or even inside different Wing components (like web.psgi, rest.psgi, wingman, TGC's stitcher, etc.)
Wing.pm should use $ENV{WING_LOGGER_IDENTITY} || $0 to make it easy to use Log4perl's categories for sectioning levels and other logging issues.
The text was updated successfully, but these errors were encountered: