mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-01-15 15:48:05 +00:00
feat: better logs
- added ability to write debug logs for development builds - added filtering to log page - modified filter button to allow for multiple selection if required
This commit is contained in:
9
eas.json
9
eas.json
@@ -8,7 +8,8 @@
|
||||
"developmentClient": true,
|
||||
"distribution": "internal",
|
||||
"android": {
|
||||
"buildType": "apk"
|
||||
"buildType": "apk",
|
||||
"DEBUG": "1"
|
||||
}
|
||||
},
|
||||
"development_tv": {
|
||||
@@ -18,7 +19,8 @@
|
||||
"buildType": "apk"
|
||||
},
|
||||
"env": {
|
||||
"EXPO_TV": "1"
|
||||
"EXPO_TV": "1",
|
||||
"DEBUG": "1"
|
||||
}
|
||||
},
|
||||
"preview": {
|
||||
@@ -28,7 +30,8 @@
|
||||
"developmentClient": true,
|
||||
"distribution": "internal",
|
||||
"ios": {
|
||||
"simulator": true
|
||||
"simulator": true,
|
||||
"DEBUG": "1"
|
||||
}
|
||||
},
|
||||
"production": {
|
||||
|
||||
Reference in New Issue
Block a user