Reduce error print

Hi,

Is there a way to reduce the error print? That means, keep the error line but remove all the traceback print, e.g:

Traceback (most recent call last):

  File "/usr/src/homeassistant/homeassistant/core.py", line 1731, in catch_exceptions

    await coro_or_task

  File "/usr/src/homeassistant/homeassistant/core.py", line 1750, in _execute_service

    await cast(Callable[[ServiceCall], Awaitable[None]], handler.job.target)(

  File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 204, in handle_service

    await service.entity_service_call(

  File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 676, in entity_service_call

    future.result()  # pop exception if have

  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 930, in async_request_call

    await coro

  File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 713, in _handle_entity_call

    await result

  File "/usr/src/homeassistant/homeassistant/components/cast/media_player.py", line 737, in async_play_media

    await self.hass.async_add_executor_job(

  File "/usr/local/lib/python3.10/concurrent/futures/thread.py", line 58, in run

    result = self.fn(*self.args, **self.kwargs)

  File "/usr/local/lib/python3.10/site-packages/pychromecast/quick_play.py", line 77, in quick_play

    controller.quick_play(**data)

  File "/usr/local/lib/python3.10/site-packages/pychromecast/controllers/media.py", line 547, in quick_play

    raise PyChromecastError()

pychromecast.error.PyChromecastError