Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FileLogger line 74: isRelease is treated wrong. #2

Open
ucomah opened this issue Jul 24, 2019 · 0 comments
Open

FileLogger line 74: isRelease is treated wrong. #2

ucomah opened this issue Jul 24, 2019 · 0 comments

Comments

@ucomah
Copy link

ucomah commented Jul 24, 2019

guard let log = URL(string: isRelease ? config.prodFile : config.prodFile) else { return }

assume to have:

guard let log = URL(string: isRelease ? config.prodFile : config.devFile) else { return }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant