File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -69,9 +69,9 @@ public function onCheckedOut($event)
6969 }
7070 }
7171 } catch (ClientException $ e ) {
72- Log::debug ("Exception caught during checkout notification: " . $ e ->getMessage ());
72+ Log::info ("Exception caught during checkout notification: " . $ e ->getMessage ());
7373 } catch (Exception $ e ) {
74- Log::error ("Exception caught during checkout notification: " . $ e ->getMessage ());
74+ Log::info ("Exception caught during checkout notification: " . $ e ->getMessage ());
7575 }
7676 }
7777
@@ -124,9 +124,9 @@ public function onCheckedIn($event)
124124 }
125125
126126 } catch (ClientException $ e ) {
127- Log::debug ("Exception caught during checkout notification: " . $ e ->getMessage ());
127+ Log::info ("Exception caught during checkout notification: " . $ e ->getMessage ());
128128 } catch (Exception $ e ) {
129- Log::error ("Exception caught during checkin notification: " . $ e ->getMessage ());
129+ Log::info ("Exception caught during checkin notification: " . $ e ->getMessage ());
130130 }
131131 }
132132
You can’t perform that action at this time.
0 commit comments