This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public void TestChanges() | |
| { | |
| var session = new CloudantSession("https://user.cloudant.com"); | |
| session.Changes<dynamic>("some_db", FeedType.longpoll, include_docs: true).Subscribe(doc => | |
| { | |
| Console.WriteLine(doc); | |
| }, | |
| (e) => Console.WriteLine("Error "+e)); | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Jul 02 08:58:58 marathon.sh[27584]: [2019-07-02 08:58:58,262] INFO 172.18.1.62 - - [02/Jul/2019:08:58:58 +0000] "GET /v2/groups?embed=group.groups&embed=group.apps&embed=group.apps.deployments&embed=group.apps.counts&embed=group.apps.readiness HTTP/1.1" 200 35146 "http://172.18.1.62/service/marathon/ui/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/75.0.3770.90 Chrome/75.0.3770.90 Safari/537.36" 2 (mesosphere.marathon.api.JettyRequestLog:scala-execution-context-global-462) | |
| Jul 02 08:58:58 marathon.sh[27584]: [2019-07-02 08:58:58,900] INFO 44.128.0.2 - - [02/Jul/2019:08:58:58 +0000] "GET /v2/queue HTTP/1.1" 200 12 "-" "python-requests/2.18.4" (mesosphere.marathon.api.JettyRequestLog:scala-execution-context-global-462) | |
| Jul 02 08:59:03 marathon.sh[27584]: [2019-07-02 08:59:03,247] INFO 172.18.1.62 - - [02/Jul/2019:08:59:03 +0000] "GET /v2/queue HTTP/1.1" 200 12 "http://172.18.1.62/service/marathon/ui/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, l |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Jul 02 08:58:58 marathon.sh[27584]: [2019-07-02 08:58:58,262] INFO 172.18.1.62 - - [02/Jul/2019:08:58:58 +0000] "GET /v2/groups?embed=group.groups&embed=group.apps&embed=group.apps.deployments&embed=group.apps.counts&embed=group.apps.readiness HTTP/1.1" 200 35146 "http://172.18.1.62/service/marathon/ui/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/75.0.3770.90 Chrome/75.0.3770.90 Safari/537.36" 2 (mesosphere.marathon.api.JettyRequestLog:scala-execution-context-global-462) | |
| Jul 02 08:58:58 marathon.sh[27584]: [2019-07-02 08:58:58,900] INFO 44.128.0.2 - - [02/Jul/2019:08:58:58 +0000] "GET /v2/queue HTTP/1.1" 200 12 "-" "python-requests/2.18.4" (mesosphere.marathon.api.JettyRequestLog:scala-execution-context-global-462) | |
| Jul 02 08:59:03 marathon.sh[27584]: [2019-07-02 08:59:03,247] INFO 172.18.1.62 - - [02/Jul/2019:08:59:03 +0000] "GET /v2/queue HTTP/1.1" 200 12 "http://172.18.1.62/service/marathon/ui/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, l |
OlderNewer