I ran the program and found this error in ui.log. How can I modify it?
—Logging error—
Traceback (most recent call last):
File “/home/krakensdr/miniforge3/envs/kraken/lib/python3.9/logging/init.py”, line 1087, in emit
self.flush()
File “/home/krakensdr/miniforge3/envs/kraken/lib/python3.9/logging/init.py”, line 1067, in flush
self.stream.flush()
OSError: [Errno 5] Input/output error
Call stack:
File “/home/krakensdr/miniforge3/envs/kraken/lib/python3.9/threading.py”, line 930, in _bootstrap
self._bootstrap_inner()
File “/home/krakensdr/miniforge3/envs/kraken/lib/python3.9/threading.py”, line 973, in _bootstrap_inner
self.run()
File “/home/krakensdr/miniforge3/envs/kraken/lib/python3.9/threading.py”, line 910, in run
self._target(*self._args, **self._kwargs)
My code runs on the Linux desktop. Is it possible that the Linux server will not have this problem? I just found that the Linux desktop in Oracle VirtualBox will also have this logging error