Enable debug logs by default
Summary: Changelog: [Logs] show debug level logs by default. Now only verbose level is hidden by default Reviewed By: fabiomassimo Differential Revision: D28963445 fbshipit-source-id: e960654b02cf3b4248e0c8d4a9745208f160bc8d
This commit is contained in:
committed by
Facebook GitHub Bot
parent
23c0781127
commit
496f8767dc
@@ -41,7 +41,7 @@ export const logTypes: {
|
|||||||
...baseRowStyle,
|
...baseRowStyle,
|
||||||
color: theme.textColorSecondary,
|
color: theme.textColorSecondary,
|
||||||
},
|
},
|
||||||
enabled: false,
|
enabled: true,
|
||||||
},
|
},
|
||||||
info: {
|
info: {
|
||||||
label: 'Info',
|
label: 'Info',
|
||||||
|
|||||||
Reference in New Issue
Block a user