mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-10 16:56:31 +00:00
96ff13a4df
- Add `LOG_LEVEL_STATUS_GO` feature flag for a differentiated log level in status-go. - Remove superfluous `DEBUG_LOGS_ENABLED` feature flag. - Enable info-level logging for Jenkins and dev builds. Signed-off-by: andytudhope <tuddy0525@gmail.com>
11 lines
210 B
Bash
11 lines
210 B
Bash
TESTFAIRY_ENABLED=0
|
|
NOTIFICATIONS_WIP_ENABLED=1
|
|
STUB_STATUS_GO=0
|
|
ETHEREUM_DEV_CLUSTER=1
|
|
MAINNET_NETWORKS_ENABLED=1
|
|
ERC20_ENABLED=1
|
|
OFFLINE_INBOX_ENABLED=1
|
|
LOG_LEVEL=debug
|
|
LOG_LEVEL_STATUS_GO=info
|
|
JSC_ENABLED=1
|