robotpy / robotpy-cli

Provides the `robotpy` and `python -m robotpy` commands for launching RobotPy projects
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

User reports confusion with initial log messages. #2

Open virtuald opened 9 months ago

virtuald commented 9 months ago

Referring to https://www.chiefdelphi.com/t/commands2-module-missing/443955/7?u=virtuald, the user believes that particular modules are installed on the roborio because the library versions are displayed on deploy -- which is not what it is indicating.

https://github.com/robotpy/robotpy-installer/issues/70 would help with this, but we probably should do something about the logging that occurs when deploy is happening.

virtuald commented 9 months ago

Suggestion from same user: different color log messages to make errors more obvious. Seems reasonable.

virtuald commented 9 months ago

Here's a colored log package on pypi?

virtuald commented 9 months ago

Thinking some more, a large part of the output now are the various versions of things. When there was just one package this made a lot of sense, but now that there are a dozen I don't think it does. Or maybe we demote them to debug logging instead.