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

Use SLF4J Logger in plugin #4

Open
3 tasks
Warchant opened this issue Jun 3, 2019 · 0 comments
Open
3 tasks

Use SLF4J Logger in plugin #4

Warchant opened this issue Jun 3, 2019 · 0 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@Warchant
Copy link
Contributor

Warchant commented Jun 3, 2019

  • Replace existing occurrences of logs (println(format(...));) with SLF4j Logger
  • Use different log levels where appropriate (e.g. error, warning, info, trace, debug...)
  • Add log level config to SoraExtension, e.g.
    soramitsu {
        logs: Level.INFO
    }
    
@Warchant Warchant added good first issue Good for newcomers help wanted Extra attention is needed labels Jun 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant