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

Fallback Logger used during startup.jl #51493

Closed
IanButterworth opened this issue Sep 28, 2023 · 1 comment · Fixed by #54428
Closed

Fallback Logger used during startup.jl #51493

IanButterworth opened this issue Sep 28, 2023 · 1 comment · Fixed by #54428
Labels
stdlib Julia's standard library
Milestone

Comments

@IanButterworth
Copy link
Member

IanButterworth commented Sep 28, 2023

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.

Screenshot 2023-09-28 at 12 10 45 PM
@JeffBezanson
Copy link
Member

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.

JeffBezanson added a commit that referenced this issue Mar 8, 2024
KristofferC added a commit that referenced this issue May 13, 2024
KristofferC added a commit that referenced this issue May 22, 2024
Fixes #51493, fixes
#52075

(cherry picked from commit 8742d3c)
KristofferC added a commit that referenced this issue May 23, 2024
Fixes #51493, fixes
#52075

(cherry picked from commit 8742d3c)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stdlib Julia's standard library
Projects
None yet
3 participants