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

Add log messages in BackEndApp/authv1 #338

Open
RusherRG opened this issue Sep 28, 2021 · 8 comments
Open

Add log messages in BackEndApp/authv1 #338

RusherRG opened this issue Sep 28, 2021 · 8 comments
Labels
django Backend/Django related work feature New feature or request good first issue Good for newcomers

Comments

@RusherRG
Copy link
Member

Feature Request

Is your feature request related to an existing Issue or a new implementation?

No

Feature Description

Use the configured logger library to add comprehensive and easy to understand log messages in BackendApp/authv1/

Possible Solution

import logging
logger = logging.get_logger(__name__)

# add the following wherever necessary
logger.debug("DEBUG MESSAGE")
logger.info("INFO MESSAGE")
logger.warn("WARNING MESSAGE")
logger.error("ERROR MESSAGE")
@RusherRG RusherRG added feature New feature or request good first issue Good for newcomers django Backend/Django related work hacktoberfest labels Sep 28, 2021
@ADI10HERO ADI10HERO added this to To do in Hacktoberfest 2021 Sep 29, 2021
@sshiv5768
Copy link

Hey, @RusherRG, @ADI10HERO I want to work on this issue, can you assign me this issue.

@RusherRG
Copy link
Member Author

RusherRG commented Oct 1, 2021

Yeah sure, go ahead. I've assigned you the issue.

@sshiv5768
Copy link

sshiv5768 commented Oct 1, 2021

Thanks @RusherRG , do you have any guide to help me out to setup this project in my local environment.

@RusherRG
Copy link
Member Author

RusherRG commented Oct 3, 2021

Thanks @RusherRG , do you have any guide to help me out to setup this project in my local environment.

Hey @sshiv5768, sorry for the late reply. You can have a look at docs

@Aniket-508
Copy link

@RusherRG Hey, Its been one week now for the assignee, I have implemented this issue if you pls assign this to me, I can raise the PR

@Aniket-508
Copy link

@ADI10HERO @McTechie If anyone can assign me this issue

@McTechie
Copy link
Contributor

McTechie commented Oct 5, 2021

@sshiv5768 it would be gr8 if you could give us a status update of your work!

@Aniket-508
Copy link

@RusherRG @McTechie @ADI10HERO Pls assign this to me since he is not replying and I can raise pull request asap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
django Backend/Django related work feature New feature or request good first issue Good for newcomers
Projects
4 participants