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

Log Spam #95

Open
builderjer opened this issue Jan 1, 2025 · 1 comment
Open

Log Spam #95

builderjer opened this issue Jan 1, 2025 · 1 comment

Comments

@builderjer
Copy link
Member

Even with the "log_level" set to "INFO", the logs are getting spammed with the WARNING

2025-01-01 13:25:16.569 - skills - ovos_bus_client.util.scheduler:schedule_event:232 - WARNING - Added event is scheduled in the past and will be called immediately: skill-ovos-date-time.openvoiceos:skill-ovos-date-time.openvoiceos_handle_play_hour_chime

I feel this should be fixed.

@devbar
Copy link

devbar commented Feb 18, 2025

You can avoid this by setting the location settings in mycroft.conf in a right way.

  // Location where the system resides
  // NOTE: Although this is set here, an Enclosure can override the value.
  //       For example a mycroft-core running in a car could use the GPS.
  // Override: REMOTE
  "location": {
    "city": {
      "code": "Lawrence",
      "name": "Lawrence",
      "state": {
        "code": "KS",
        "name": "Kansas",
        "country": {
          "code": "US",
          "name": "United States"
        }
      }
    },
    "coordinate": {
      "latitude": 38.971669,
      "longitude": -95.23525
    },
    "timezone": {
      "code": "America/Chicago",
      "name": "Central Standard Time",
      "dstOffset": 3600000,
      "offset": -21600000
    }
  },

Otherwise the plugin will compare local with Chicago time, and that's for some people, in the past.

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