Skip to content

Commit

Permalink
fix: Disable File logger
Browse files Browse the repository at this point in the history
In #1137 we implemented a new File logger mechanism

Unfortunately this has a side effect on
react-native-background-geolocation which has a logger mechanism based
on the same library and fails to work if we enable our new File logger

A solution is investigated in BeTomorrow/react-native-file-logger#64
but until then we want to disable the feature so we can continue
publishing the app

Related PR: #1137
Related Issue: BeTomorrow/react-native-file-logger#64
  • Loading branch information
Ldoppea committed Feb 29, 2024
1 parent 1a9d042 commit e5ddf71
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,12 @@ import LauncherView from '/screens/konnectors/LauncherView'
import { useShareFiles } from '/app/domain/osReceive/services/shareFilesService'
import { ClouderyOffer } from '/app/view/IAP/ClouderyOffer'
import { useDimensions } from '/libs/dimensions'
// Temporarily disable FileLogger until we fix issue https://github.com/BeTomorrow/react-native-file-logger/issues/64
/*
import { configureFileLogger } from '/app/domain/logger/fileLogger'
configureFileLogger()
//*/

// Polyfill needed for cozy-client connection
if (!global.btoa) {
Expand Down

0 comments on commit e5ddf71

Please sign in to comment.