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

Duplicate 'found operation' messages #59

Open
thewilkybarkid opened this issue Jan 21, 2020 · 1 comment
Open

Duplicate 'found operation' messages #59

thewilkybarkid opened this issue Jan 21, 2020 · 1 comment

Comments

@thewilkybarkid
Copy link

I'm looking at changing

With Class hydra:Collection {
  Expect Operation schema:AddAction {
    Invoke {

to

With Class hydra:Collection {
  Expect Operation schema:AddAction
}

With Operation schema:AddAction {
    Invoke {

and noticed this leads to a duplicate 'found operation' message being logged:

2020-01-21T09:01:44.521Z INFO      -- Found operation 'Add an article' 
2020-01-21T09:01:44.521Z INFO      -- Found operation 'Add an article' 
@tpluscode
Copy link
Member

Ah, so that's when it happens 😅

I was mildly annoying me too. Harmless and may be tricky to fix.

@tpluscode tpluscode transferred this issue from hypermedia-app/hypertest Jan 23, 2020
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