-
Notifications
You must be signed in to change notification settings - Fork 23
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
Remote logging test -- and partial fixes. #218
Conversation
d6e546a
to
8f26c9e
Compare
@@ -849,7 +855,7 @@ def __init__(self): | |||
self.pilotCFGFile = "pilot.json" | |||
self.pilotLogging = False | |||
self.loggerURL = None | |||
self.loggerTimerInterval = 600 | |||
self.loggerTimerInterval = 0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
8f26c9e
to
1aa64eb
Compare
1aa64eb
to
f3b10ee
Compare
f3b10ee
to
eaa2155
Compare
eaa2155
to
0259c4a
Compare
Have you run your integration tests with RemoteLogger enabled ? I cannot see any log files on the server. |
Yes. Let's see later what's wrong, but maybe this time is on the server side. |
Fine. |
closes #219