mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-01 11:29:29 +00:00
Signed-off-by: Jan Bartel <janb@webtide.com>
This commit is contained in:
parent
6b250a7dc2
commit
bd589de512
@ -87,7 +87,8 @@ public class NullSessionCache extends AbstractSessionCache
|
|||||||
@Override
|
@Override
|
||||||
public void setEvictionPolicy(int evictionTimeout)
|
public void setEvictionPolicy(int evictionTimeout)
|
||||||
{
|
{
|
||||||
LOG.warn("Ignoring eviction setting: {}", evictionTimeout);
|
if (LOG.isDebugEnabled())
|
||||||
|
LOG.debug("Ignoring eviction setting: {}", evictionTimeout);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user