Skip to content
Snippets Groups Projects
Commit 7c09360a authored by Varac's avatar Varac
Browse files

Merge branch 'bug/6511' into 'develop'

Bug/6511

Update tapicero logwatch ignore error to be before the Critical line. Additionally, enhance it to also capture the "Creating database", "Writing security to" entries.

See merge request !9
parents cffd9835 9076e8cc
No related branches found
No related tags found
No related merge requests found
# Ignore transient Tapicero errors when creating a db (#6511)
I tapicero.*(Creating database|Writing security to|Uploading design doc to) user-.* failed (\(trying again soon\)|twice due to): RestClient::InternalServerError: 500 Internal Server Error
C tapicero.*RestClient::InternalServerError: C tapicero.*RestClient::InternalServerError:
# possible race condition between multiple tapicero # possible race condition between multiple tapicero
# instances, so we ignore it # instances, so we ignore it
# see https://leap.se/code/issues/5168 # see https://leap.se/code/issues/5168
I tapicero.*RestClient::PreconditionFailed: I tapicero.*RestClient::PreconditionFailed:
# Ignore transient Tapicero errors when creating a db (#6511)
I tapicero.*Creating database user-[[:alnum:]]* failed \(trying again soon\): RestClient::InternalServerError: 500 Internal Server Error
C tapicero.*Creating database.*failed due to: C tapicero.*Creating database.*failed due to:
C tapicero.*failed C tapicero.*failed
W tapicero.*Couch stream ended unexpectedly. W tapicero.*Couch stream ended unexpectedly.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment