Skip to content

Fix Logger error on webpack#613

Merged
DaAwesomeP merged 1 commit into
ABTech:masterfrom
NoRePercussions:fix/webpack-logger
Dec 11, 2025
Merged

Fix Logger error on webpack#613
DaAwesomeP merged 1 commit into
ABTech:masterfrom
NoRePercussions:fix/webpack-logger

Conversation

@NoRePercussions
Copy link
Copy Markdown
Contributor

On a fresh Ubuntu 22.04 install, following
the README, I encounter two errors in webpacking.

The first is that a Logger object is not
present, which I resolved by importing it
in the webpack binary.

<module:LoggerThreadSafeLevel>': uninitialized constant ActiveSupport::LoggerThreadSafeLevel::Logger (NameError)

On a fresh Ubuntu 22.04 install, following
the README, I encounter two errors in webpacking.

The first is that a `Logger` object is not
present, which I resolved by importing it
in the webpack binary.

```
<module:LoggerThreadSafeLevel>': uninitialized constant ActiveSupport::LoggerThreadSafeLevel::Logger (NameError)
```
@DaAwesomeP DaAwesomeP merged commit ff007df into ABTech:master Dec 11, 2025
@DaAwesomeP
Copy link
Copy Markdown
Member

Needed this to deploy!

@NoRePercussions NoRePercussions deleted the fix/webpack-logger branch December 11, 2025 05:40
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

Successfully merging this pull request may close these issues.

2 participants