• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

LCOGT / observation-portal
96%
master: 97%

Build:
Build:
LAST BUILD BRANCH: test_tagging
DEFAULT BRANCH: master
Repo Added 05 Jun 2019 12:05AM UTC
Files 108
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH bugfix/remove-useless-logs
branch: bugfix/remove-useless-logs
CHANGE BRANCH
x
Reset
  • bugfix/remove-useless-logs
  • 0.0.0
  • 1.0.10
  • 1.0.12
  • 1.0.13
  • 1.0.14
  • 1.0.15
  • 1.0.16
  • 1.0.17
  • 1.0.18
  • 1.0.19
  • 1.0.20
  • 1.0.21
  • 1.0.22
  • 1.0.23
  • 1.0.24
  • 1.0.25
  • 1.0.26
  • 1.0.27
  • 1.0.28
  • 1.0.29
  • 1.0.30
  • 1.0.31
  • 1.0.32
  • 1.0.33
  • 1.0.34
  • 1.0.35
  • 1.0.8
  • 1.0.9
  • 1.1.1
  • 1.1.2
  • 1.1.3
  • 1.1.4
  • 1.1.5
  • 1.1.6
  • 1.1.7
  • 1.1.8
  • add-observation-creation-time
  • add_hour_angle_target
  • add_observation_priority
  • codify_fixes
  • config_duration
  • consistent-naming
  • deadlock_fixes
  • deadlock_fixes_with_logging
  • delete_old_observations
  • dependabot/npm_and_yarn/eslint-utils-1.4.3
  • dependabot/npm_and_yarn/jquery-3.5.0
  • dependabot/npm_and_yarn/lodash-4.17.13
  • dependabot/npm_and_yarn/lodash.defaultsdeep-4.6.1
  • dependabot/npm_and_yarn/mixin-deep-1.3.2
  • direct_request_details
  • display_tc_hours
  • enable_time_critical
  • eng_schedules_anything
  • extra_obs_logging
  • feature/add-valhalla-updates
  • feature/enable-multiple-instrument-configs
  • feature/more-science-support
  • feature/observation-page-updates
  • feature/observation-permissions
  • feature/plumb-though-zenith-blind-spot
  • feature/profile-queries
  • feature/public-docker-images
  • feature/request_logging
  • feature/searchable_proposal_notifications
  • feature/set-idle-session-timeout
  • feature/set-versions
  • feature/time_allocation_reminders
  • feature/update-default-calib-exptimes
  • feature/update-scicollab-alloc
  • filter_cases
  • filter_out_guideframes
  • fix/add_mjd_help_text
  • fix/all-drafts-staff-view-only
  • fix/compose-page-issues
  • fix/configstatus-race
  • fix/dict-key-lookup
  • fix/direct-modes-not-set
  • fix/director-name
  • fix/duplicate_time_reminder_emails
  • fix/fill-window-validation
  • fix/help-links
  • fix/html_formatted_time_reminder
  • fix/many-proposal-invites
  • fix/old_request_durations
  • fix/optimization-fixes
  • fix/percent-complete-frontend
  • fix/proposal-semester-page-2
  • fix/repeat-duration
  • fix/requestgroup-notifications
  • fix/semester-admin-table-ordering
  • fix/semeter-proposals-page
  • fix/soar-spectra-config-types
  • fix/target-extra-params
  • fix/timealloc-email
  • fix/validate-at-least-instconfig
  • fix_autofocus_completion
  • fix_cadence_duration
  • fix_configdb
  • fix_draft_guide
  • fix_instrument_telescope_class
  • fix_obs_portal_media
  • fix_proposal_styling
  • fix_rise_set_calc
  • fixes_during_testing
  • frontend-tweaks
  • init_credentials_command_test
  • master
  • more_release_fixes
  • more_testing_fixes
  • more_validation_restrictions
  • observation_datetime_filters
  • optimize_scheduler_query
  • release_fixes_1
  • release_fixes_2
  • release_fixes_3
  • release_fixes_4
  • remove-shims
  • science_support_fixes
  • switch_instrument_states
  • test_conventions
  • test_tagging
  • time_accounting_command_tests
  • update_acquire_strategies
  • update_end_times_2
  • update_obs_end

pending completion
243

Pull #50

travis-ci-com

web-flow
Remove "ObservationPortalRequestLog" log messages

This application logs a bunch of lines which say
"ObservationPortalRequestLog" (and nothing else) over and over again.
This simply fills up the logging system's disk, without providing any
additional useful information.

Here is an example query showing all instances of this log message since
the current containers were started:

$ kubectl logs -l app.kubernetes.io/instance=observation-portal --all-containers --timestamps | grep ObservationPortalRequestLog
2019-07-17T22:18:15.786459777Z ObservationPortalRequestLog
2019-07-17T22:18:15.896831391Z ObservationPortalRequestLog
2019-07-17T22:18:16.267207083Z ObservationPortalRequestLog
2019-07-17T22:18:16.321665022Z ObservationPortalRequestLog
2019-07-17T22:18:17.158035736Z ObservationPortalRequestLog
2019-07-17T22:18:11.61618424Z ObservationPortalRequestLog
2019-07-17T22:18:13.392393172Z ObservationPortalRequestLog
2019-07-17T22:18:14.553258432Z ObservationPortalRequestLog
2019-07-17T22:18:16.568681714Z ObservationPortalRequestLog
2019-07-17T22:18:17.126812199Z ObservationPortalRequestLog
2019-07-17T22:18:15.128505218Z ObservationPortalRequestLog
2019-07-17T22:18:15.165644765Z ObservationPortalRequestLog
2019-07-17T22:18:16.819880902Z ObservationPortalRequestLog
2019-07-17T22:18:18.42285911Z ObservationPortalRequestLog
2019-07-17T22:18:19.03645736Z ObservationPortalRequestLog
2019-07-17T22:18:14.71166681Z ObservationPortalRequestLog
2019-07-17T22:18:17.651439984Z ObservationPortalRequestLog
2019-07-17T22:18:13.03176698Z ObservationPortalRequestLog
2019-07-17T22:18:14.256193229Z ObservationPortalRequestLog
2019-07-17T22:18:14.477296884Z ObservationPortalRequestLog
Pull Request #50: Remove "ObservationPortalRequestLog" log messages

9546 of 9922 relevant lines covered (96.21%)

1.92 hits per line

Relevant lines Covered
Build:
Build:
9922 RELEVANT LINES 9546 COVERED LINES
1.92 HITS PER LINE
Source Files on bugfix/remove-useless-logs
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
243 bugfix/remove-useless-logs Remove "ObservationPortalRequestLog" log messages This application logs a bunch of lines which say "ObservationPortalRequestLog" (and nothing else) over and over again. This simply fills up the logging system's disk, without providing any additio... Pull #50 17 Jul 2019 10:34PM UTC web-flow travis-ci-com pending completion  
242 bugfix/remove-useless-logs Remove "ObservationPortalRequestLog" log messages This application logs a bunch of lines which say "ObservationPortalRequestLog" (and nothing else) over and over again. This simply fills up the logging system's disk, without providing any additio... push 17 Jul 2019 10:27PM UTC irasnyd travis-ci-com pending completion  
See All Builds (586)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc