TIBCO Data Science - Team Studio Log Files
Depending on the log level set in chorus.properties, the volume of log files can vary substantially.
Supported log levels:
- debug
- info
- warn
- error
- fatal
Log name | File path | Description |
---|---|---|
production.log | <chorus-root>/shared/log/production.log | Contains information about requests sent to the TIBCO Data Science - Team Studio web server, and various debugging information such as server errors, file not found errors, and permission denied messages. |
worker.production.log | <chorus-root>/shared/log/worker.production.log | Contains logs for the background worker threads that TIBCO Data Science - Team Studio uses to perform various asynchronous tasks such as database imports and checking instance statuses. |
scheduler.production.log | <chorus-root>/shared/log/scheduler.production.log | Contains information about jobs that the scheduler issues to different background workers. This mainly shows that a task was scheduled. See worker.production.log for more detailed information about what happened during execution of a task. |
solr-production.log | <chorus-root>/shared/log/solr-production.log | Contains information about solr search queries issued against TIBCO Data Science - Team Studio. |
nginx
nginx
maintains
access.log and
error.log files in
<chorus-root>/shared/log/nginx.
Subtopics