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

Logging for AtmosphereResourceLifecycleInterceptor uses SSEAtmosphereInterceptor logger #643

Closed
janbols opened this issue Sep 24, 2012 · 1 comment
Labels

Comments

@janbols
Copy link

janbols commented Sep 24, 2012

In AtmosphereResourceLifecycleInterceptor the logger is defined as follows:

private static final Logger logger = LoggerFactory.getLogger(SSEAtmosphereInterceptor.class);

This should be

private static final Logger logger = LoggerFactory.getLogger(AtmosphereResourceLifecycleInterceptor.class);

This is in atmoshpere 1.0.1 but also applies to 1.0.0

jfarcand added a commit that referenced this issue Sep 24, 2012
@jfarcand
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants