You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is now the option to select the port bind to in logger_tt, which especially useful if the default port (9020) is already bound to. However, if you choose port 0 in setup_logging(), which by default should let the OS choose a free port for you (wish is ideal), the conditional below:
There is now the option to select the port bind to in logger_tt, which especially useful if the default port (9020) is already bound to. However, if you choose port 0 in setup_logging(), which by default should let the OS choose a free port for you (wish is ideal), the conditional below:
logger_tt/logger_tt/core.py
Line 79 in 4fa1975
will result in the default port (9020) being selected again (0 or 9020 = 9020), and you are back to square one.
The text was updated successfully, but these errors were encountered: