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

Warning: Verbosity logging macros are deprecated as they are not compatible with juliac-compiled programs #1189

Closed
Heptazhou opened this issue Oct 25, 2024 · 4 comments

Comments

@Heptazhou
Copy link

This is annoying:

┌ Warning: Verbosity logging macros are deprecated as they are not compatible with juliac-compiled programs
│   caller = ip:0x0
└ @ Core :-1

Found JuliaLogging/LoggingExtras.jl#94, which I suppose is the cause.

@SimonDanisch
Copy link
Contributor

This isn't only annoying, this slows down websocket traffic by ~10-100x ...
WGLMakie's CI time went from 25min to over 90min.
Should we just use @debug instead, or what's the idea?
@quinnj, seems like you actually introduced that deprecation, do you have an idea how to fix this?

@SimonDanisch
Copy link
Contributor

This is the line that comes up in the profile: https://github.com/JuliaWeb/HTTP.jl/blob/master/src/WebSockets.jl#L514

@quinnj
Copy link
Member

quinnj commented Oct 29, 2024

Fixed in the patch release from yesterday

@dhanak
Copy link

dhanak commented Nov 8, 2024

Nope, the issue still persists in v1.10.9, see #1190 (comment)

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

No branches or pull requests

4 participants