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

Add call to init_service_logger to load LOG configuration #44

Merged
merged 1 commit into from
May 31, 2023

Conversation

NeonDaniel
Copy link
Member

Closes #34

@goldyfruit
Copy link
Member

Works for me.

2023-05-31 17:35:06.157 - voice - ovos_dinkum_listener.service:__init__:123 - INFO - Starting Voice Service
2023-05-31 17:35:06.262 - voice - ovos_dinkum_listener.service:on_alive:58 - INFO - DinkumVoiceService is alive.
2023-05-31 17:35:06.265 - voice - ovos_dinkum_listener.service:_before_start:280 - INFO - Starting service...
2023-05-31 17:35:06.279 - voice - ovos_bus_client.conf:load_message_bus_config:19 - DEBUG - Loading message bus configs
2023-05-31 17:35:06.285 - voice - ovos_dinkum_listener.service:_connect_to_bus:372 - DEBUG - Starting bus connection
2023-05-31 17:35:06.334 - voice - ovos_bus_client.client.client:on_open:85 - DEBUG - Connected
2023-05-31 17:35:06.368 - voice - ovos_bus_client.session:from_message:184 - DEBUG - Creating default session on reference
2023-05-31 17:35:06.404 - voice - ovos_bus_client.session:reset_default_session:225 - INFO - New Default Session Start: dccd8fd2-ce0a-4f7b-be2b-5675a7fbcd7d
2023-05-31 17:35:07.062 - voice - ovos_config.models:load_local:108 - DEBUG - Configuration /home/ovos/.config/mycroft/web_cache.json loaded
2023-05-31 17:35:07.066 - voice - ovos_dinkum_listener.service:_connect_to_bus:379 - INFO - Connected to Mycroft Core message bus
2023-05-31 17:35:11.606 - voice - ovos_plugin_manager.microphone:create:89 - DEBUG - Loaded microphone plugin ovos-microphone-plugin-alsa
/home/ovos/.venv/lib/python3.11/site-packages/numpy/core/getlimits.py:518: UserWarning: The value of the smallest subnormal for <class 'numpy.float64'> type is zero.
  setattr(self, word, getattr(machar, word).flat[0])
/home/ovos/.venv/lib/python3.11/site-packages/numpy/core/getlimits.py:89: UserWarning: The value of the smallest subnormal for <class 'numpy.float64'> type is zero.
  return self._float_to_str(self.smallest_subnormal)
/home/ovos/.venv/lib/python3.11/site-packages/numpy/core/getlimits.py:518: UserWarning: The value of the smallest subnormal for <class 'numpy.float32'> type is zero.
  setattr(self, word, getattr(machar, word).flat[0])
/home/ovos/.venv/lib/python3.11/site-packages/numpy/core/getlimits.py:89: UserWarning: The value of the smallest subnormal for <class 'numpy.float32'> type is zero.
  return self._float_to_str(self.smallest_subnormal)
2023-05-31 17:35:16.372 - voice - ovos_config.config:_on_file_change:320 - INFO - Ignoring non-config file change: /home/ovos/.config/mycroft/.mycroft.conf.swx
2023-05-31 17:35:16.381 - voice - ovos_config.config:_on_file_change:320 - INFO - Ignoring non-config file change: /home/ovos/.config/mycroft/.mycroft.conf.swp
2023-05-31 17:35:19.050 - voice - ovos_dinkum_listener.plugins:load_stt_module:60 - DEBUG - Using FakeStreamingSTT wrapper
2023-05-31 17:35:19.232 - voice - ovos_dinkum_listener.service:_before_start:280 - INFO - Starting service...
2023-05-31 17:35:20.111 - voice - ovos_config.models:load_local:108 - DEBUG - Configuration /home/ovos/.config/mycroft/web_cache.json loaded
2023-05-31 17:35:20.117 - voice - ovos_dinkum_listener.service:_connect_to_bus:379 - INFO - Connected to Mycroft Core message bus
2023-05-31 17:35:20.136 - voice - ovos_dinkum_listener.voice_loop.hotwords:load_hotword_engines:88 - INFO - creating hotword engines
2023-05-31 17:35:20.159 - voice - ovos_plugin_manager.wakewords:load_module:165 - INFO - Loading "hey_mycroft" wake word via ovos-ww-plugin-precise-lite with config: {'module': 'ovos-ww-plugin-precise-lite', 'model': 'https://github.com/OpenVoiceOS/precise-lite-models/raw/master/wakewords/en/hey_mycroft.tflite', 'expected_duration': 3, 'trigger_level': 3, 'sensitivity': 0.5, 'listen': True, 'fallback_ww': 'hey_mycroft_precise'}
2023-05-31 17:35:21.239 - voice - ovos_plugin_manager.wakewords:load_module:172 - INFO - Loaded the Wake Word hey_mycroft with module ovos-ww-plugin-precise-lite
INFO: Created TensorFlow Lite XNNPACK delegate for CPU.
2023-05-31 17:35:21.993 - voice - ovos_dinkum_listener.voice_loop.hotwords:load_hotword_engines:138 - INFO - Loading hotword: hey_mycroft with engine: <ovos_ww_plugin_precise_lite.PreciseLiteHotwordPlugin object at 0x7f5e81ba90>
2023-05-31 17:35:22.004 - voice - ovos_plugin_manager.wakewords:load_module:165 - INFO - Loading "wake_up" wake word via ovos-ww-plugin-pocketsphinx with config: {'module': 'ovos-ww-plugin-pocketsphinx', 'phonemes': 'W EY K . AH P', 'threshold': 1e-20, 'lang': 'en-us', 'wakeup': True}
2023-05-31 17:35:22.211 - voice - ovos_plugin_manager.wakewords:load_module:172 - INFO - Loaded the Wake Word wake_up with module ovos-ww-plugin-pocketsphinx
2023-05-31 17:35:22.279 - voice - ovos_microphone_plugin_alsa:_run:67 - DEBUG - Opening microphone (device=default, rate=16000, width=2, channels=1)
2023-05-31 17:35:23.097 - voice - ovos_dinkum_listener.voice_loop.hotwords:load_hotword_engines:138 - INFO - Loading hotword: wake_up with engine: <ovos_ww_plugin_pocketsphinx.PocketsphinxHotWordPlugin object at 0x7f95519e10>
2023-05-31 17:35:23.102 - voice - ovos_dinkum_listener.voice_loop.hotwords:load_hotword_engines:167 - WARNING - No stop words loaded
2023-05-31 17:35:23.112 - voice - ovos_dinkum_listener.voice_loop.voice_loop:start:153 - INFO - Listening mode: ListeningMode.WAKEWORD
2023-05-31 17:35:23.133 - voice - ovos_dinkum_listener.service:register_event_handlers:315 - DEBUG - Messagebus events registered
2023-05-31 17:35:23.139 - voice - ovos_dinkum_listener.service:on_started:62 - INFO - DinkumVoiceService started.
2023-05-31 17:35:23.143 - voice - ovos_dinkum_listener.service:run:250 - DEBUG - Service started
2023-05-31 17:35:23.147 - voice - ovos_dinkum_listener.service:on_ready:54 - INFO - DinkumVoiceService is ready.
2023-05-31 17:35:23.151 - voice - ovos_dinkum_listener.service:run:254 - INFO - Service ready
2023-05-31 17:35:23.154 - voice - ovos_dinkum_listener.voice_loop.voice_loop:run:177 - INFO - Starting loop in mode: ListeningMode.WAKEWORD

@JarbasAl JarbasAl added the bug Something isn't working label May 31, 2023
@JarbasAl JarbasAl merged commit de6c30f into dev May 31, 2023
@JarbasAl JarbasAl deleted the FIX_InitServiceLogger branch May 31, 2023 21:38
@github-actions github-actions bot mentioned this pull request Jun 5, 2023
@github-actions github-actions bot mentioned this pull request Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"log_level" option not honorred
3 participants