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
In a lot of cases when we need more detailed log we use --log trace in tests.
This makes tests a bit slower, make console out large and so on.
We also do not test other logging levels at all.
Suggestion:
Now we have boolean log_trace param in all methods.
Make it log_level and make it enum.
The text was updated successfully, but these errors were encountered:
dtopuzov
changed the title
Do not always use --log trace if we can use other log levels
nativescript: do not always use --log traceApr 16, 2019
In a lot of cases when we need more detailed log we use
--log trace
in tests.This makes tests a bit slower, make console out large and so on.
We also do not test other logging levels at all.
Suggestion:
Now we have boolean
log_trace
param in all methods.Make it
log_level
and make it enum.The text was updated successfully, but these errors were encountered: