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
Suture should log out when it's called and records something:
[<time>] Suture recorded a call to on your :foo seam to the :old path with arguments [1, 2, 3] and result 6
Can be configured by Suture.config (see #25) or ENV vars, but unlike other options, can't be set on a per-suture/verify basis b/c the logger is going to be a singleton (just to prevent config & reference leaking of Plan and TestPlan models further, esp. when logging in the absence of one)
Suture should log out when it's called and records something:
Can be configured by
Suture.config
(see #25) or ENV vars, but unlike other options, can't be set on a per-suture/verify basis b/c the logger is going to be a singleton (just to prevent config & reference leaking ofPlan
andTestPlan
models further, esp. when logging in the absence of one)Settings:
SUTURE_LOG_LEVEL
,SUTURE_LOG_FILE
, andSUTURE_LOG_STDOUT
should also work.The text was updated successfully, but these errors were encountered: