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

Deprecation warning related to log4js syntax #3753

Closed
andrei-gheorghiu opened this issue Jan 25, 2022 · 2 comments
Closed

Deprecation warning related to log4js syntax #3753

andrei-gheorghiu opened this issue Jan 25, 2022 · 2 comments

Comments

@andrei-gheorghiu
Copy link

When running tests in a brand new Angular 12 application, I'm getting the following deprecation warning:

(node:14940) [log4js-node-DEP0004] DeprecationWarning: Pattern %d{DATE} is deprecated due to the confusion it causes when used. Please use %d{DATETIME} instead.

, which is pretty self-explanatory.

Is there a fix in sight?
Thanks.

@devoto13
Copy link
Collaborator

Are you using the latest 6.3.12 release?

@andrei-gheorghiu
Copy link
Author

andrei-gheorghiu commented Jan 25, 2022

Are you using the latest 6.3.12 release?

No, i'm on v6.3.11 (installed yesterday, using ng generate name-of-project - so it's the default in a any angular project latest stable, I guess). Would upgrading to v6.3.12 fix it?

FIX: I just tried upgrading to 6.3.12 and the warning is gone.

Cheers, @devoto13!

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

2 participants