-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Fallback Logger used during startup.jl #51493
Comments
If we want the nice logger available all the time, we need to move ConsoleLogger to Base, but it depends on StyledStrings, so StyledStrings needs to be in base. Checkmate, I lose 🤷 But, maybe all we need to do is put Logging in the sysimage by default, that would be enough to fix this. |
KristofferC
added a commit
that referenced
this issue
May 13, 2024
KristofferC
added a commit
that referenced
this issue
May 22, 2024
KristofferC
added a commit
that referenced
this issue
May 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I guess removing REPL from the sysimage has caused the logger that's loaded during startup.jl to appear to be the fallback logger.
Note no color and the source line under info, which usually doesn't show.
The text was updated successfully, but these errors were encountered: