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

Error level for the case of what cache is outdated and its reference remains #45

Merged
merged 1 commit into from Oct 3, 2013
Merged

Error level for the case of what cache is outdated and its reference remains #45

merged 1 commit into from Oct 3, 2013

Conversation

@cubicdaiya
Copy link
Contributor

@cubicdaiya cubicdaiya commented Oct 3, 2013

When cache->gc_ttl is outdated and reference to cache item remains,

apc_cache_gc prints warning message. ("GC cache entry '%s' was on gc-list for %d seconds")

But this situation should be treated as not warning but debug or notice.

Bacause this situation often occurs for real and PHP & APCu still can continue without problem.

When cache->gc_ttl is outdated and reference to item remains,
apc_cache_gc prints warning message.

But this situation should be treated as not warning but debug or notice.
@krakjoe
Copy link
Owner

@krakjoe krakjoe commented Oct 3, 2013

Yep, fair enough ...

krakjoe added a commit that referenced this pull request Oct 3, 2013
Error level for the case of what cache is outdated and its reference remains
@krakjoe krakjoe merged commit 96d00e1 into krakjoe:master Oct 3, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants