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

rewrite logging in console #788

Merged
merged 3 commits into from
Jun 4, 2021
Merged

Conversation

harshavardhana
Copy link
Member

@harshavardhana harshavardhana commented Jun 4, 2021

  • enhance logging throughout the codebase
  • all packages at pkg/ should never log
    or perform log.Fatal() instead packages
    should return errors through functions.
  • simplified various user, group mapping
    and removed redundant functions.
  • deprecate older flags like --tls-certificate
    --tls-key and --tls-ca as we do not use
    them anymore, keep them for backward compatibility
    for some time.

- enhance logging throughout the codebase
- all packages at pkg/ should never log
  or perform log.Fatal() instead packages
  should return errors through functions.
- simplified various user, group mapping
  and removed redundant functions.
- deprecate older flags like --tls-certificate
  --tls-key and --tls-ca as we do not use
  them anymore, keep them for backward compatibility
  for some time.
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com>
@harshavardhana harshavardhana merged commit 07fbb8b into minio:master Jun 4, 2021
@harshavardhana harshavardhana deleted the move-to branch June 4, 2021 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants