mirror of
https://github.com/status-im/status-react.git
synced 2025-01-09 10:42:53 +00:00
f45f96975e
032eb5b6...c014fbfc
- Rename LOG_REQUEST_GO env variable to API_LOGGING_ENABLED across all env files
- Rename requests.log to api.log for consistency
- Remove standalone initLogging functionality from native modules as it's now
handled within InitializeApplication
- Add logging configuration (logEnabled, logLevel, apiLoggingEnabled) to
InitializeApplication params
- Add logDir parameter for Android to ensure proper log file location
This change consolidates logging initialization into the InitializeApplication
flow and makes the naming more consistent with its actual functionality.
43 lines
996 B
Plaintext
43 lines
996 B
Plaintext
DEBUG_WEBVIEW=1
|
|
ETHEREUM_DEV_CLUSTER=1
|
|
EXTENSIONS=0
|
|
FLEET=status.staging
|
|
GROUP_CHATS_ENABLED=1
|
|
LOG_LEVEL=debug
|
|
MAILSERVER_CONFIRMATIONS_ENABLED=0
|
|
PAIRING_POPUP_DISABLED=1
|
|
PFS_ENCRYPTION_ENABLED=1
|
|
PFS_TOGGLE_VISIBLE=1
|
|
POW_TARGET=0.002
|
|
POW_TIME=1
|
|
SNOOPY=0
|
|
STICKERS_ENABLED=1
|
|
PARTITIONED_TOPIC=0
|
|
CONTRACT_NODES=1
|
|
BLANK_PREVIEW=0
|
|
TOOLTIP_EVENTS=1
|
|
COMMANDS_ENABLED=1
|
|
KEYCARD_TEST_MENU=1
|
|
QR_READ_TEST_MENU=1
|
|
ENABLE_ROOT_ALERT=0
|
|
APN_TOPIC=im.status.ethereum.pr
|
|
VERIFY_TRANSACTION_CHAIN_ID=11155111
|
|
VERIFY_ENS_CHAIN_ID=11155111
|
|
TEST_STATEOFUS=1
|
|
DATABASE_MANAGEMENT_ENABLED=1
|
|
COMMUNITIES_ENABLED=1
|
|
COMMUNITIES_MANAGEMENT_ENABLED=1
|
|
DELETE_MESSAGE_ENABLED=1
|
|
TWO_MINUTES_SYNCING=1
|
|
STICKERS_TEST_ENABLED=1
|
|
LOCAL_PAIRING_ENABLED=1
|
|
FAST_CREATE_COMMUNITY_ENABLED=1
|
|
TEST_NETWORKS_ENABLED=1
|
|
SHOW_NOT_IMPLEMENTED_FEATURES=1
|
|
DELETE_MESSAGE_FOR_ME_UNDO_TIME_LIMIT=10000
|
|
DELETE_MESSAGE_UNDO_TIME_LIMIT=10000
|
|
ENABLE_ALERT_BANNER=0
|
|
FLAG_WALLET_CONNECT_ENABLED=1
|
|
MOBILE_DATA_SYNCING_TOGGLE_ENABLE=0
|
|
API_LOGGING_ENABLED=1
|