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

Change default caller format #151

Open
thewh1teagle opened this issue Nov 23, 2024 · 0 comments
Open

Change default caller format #151

thewh1teagle opened this issue Nov 23, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@thewh1teagle
Copy link

Currently the caller format is

caller = fmt.Sprintf("<%s>", caller)

Which yields

2024/11/24 00:17:22 INFO <auth/auth.go:25> Installing browser...

When I click it in the console in VSCode it cannot open the file. that's very useful for me to click it and open the line where the logs comes from automatically.

image

I suggest changing a bit the format of the caller. for instance with caller = fmt.Sprintf("[%s]", caller) it's clickable

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

1 participant