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

Fix logger in Downloader being null #33

Merged
merged 1 commit into from
Sep 8, 2024
Merged

Fix logger in Downloader being null #33

merged 1 commit into from
Sep 8, 2024

Conversation

Matyrobbrt
Copy link
Member

LogManager#getLogger only retrieves existing loggers and doesn't create them.

`LogManager#getLogger` only retrieves existing loggers and doesn't create them.
@Matyrobbrt Matyrobbrt added the bug Something isn't working label Aug 24, 2024
@neoforged-pr-publishing
Copy link

neoforged-pr-publishing bot commented Aug 24, 2024

  • Publish PR to GitHub Packages

Last commit published: d8b190eb6e2e1ed37d8833342a567f798541ea9f.

PR Publishing

The artifacts published by this PR:

Repository Declaration

In order to use the artifacts published by the PR, add the following repository to your buildscript:

repositories {
    maven {
        name 'Maven for PR #33' // https://github.com/neoforged/LegacyInstaller/pull/33
        url 'https://prmaven.neoforged.net/LegacyInstaller/pr33'
        content {
            includeModule('net.neoforged', 'legacyinstaller')
        }
    }
}

Copy link
Member

@Technici4n Technici4n left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What a ridiculous footgun.

@Matyrobbrt Matyrobbrt merged commit 9d147bf into main Sep 8, 2024
3 checks passed
@Matyrobbrt Matyrobbrt deleted the fix-logger branch September 8, 2024 09:29
@neoforged-releases
Copy link

🚀 This PR has been released as LegacyInstaller version 3.0.28.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants