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

Improve logging further #39

Closed
xfouloux opened this issue Dec 16, 2020 · 0 comments
Closed

Improve logging further #39

xfouloux opened this issue Dec 16, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@xfouloux
Copy link
Collaborator

Include a logging option INFO or DEBUG maybe in each captcha provider in the form of (not really sure of the code)

import log from '../log'
...
...
export default async function solve ............................. : Promise<string> {
  log.info(`Solving your Challenge using provider xxxxxx`);
...
...
}

That way we can be sure the solver function is being used to return the chalenge

@abeloin abeloin added the enhancement New feature or request label Dec 16, 2020
@ngosang ngosang closed this as completed in ade05bb Jan 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants