makerbot / ReplicatorG

An open-source gcode interpreter for driving RepRaps, Makerbots, and other similar CNC beasties
http://replicat.org
GNU General Public License v2.0
404 stars 226 forks source link

Feature: Set debug level from CLI #168

Closed ErikDeBruijn closed 14 years ago

ErikDeBruijn commented 14 years ago

You could cherry-pick 7995ea6 if you like.

The debug level can now be set via the commandline ([--debug [level]]) + small CLI help.

Since there's now more differentiation in log levels (many info stuff is now "fine") it's now valuable to differentiate debuggers from everyday users.

Would checking a .replicatorg/debug.txt file be appropriate too? This would not require you type it every time? Also, perhaps the ant target could be changed?

koenkooi commented 14 years ago

There are 3 unrelated commits in this pull request, was that intended?

ErikDeBruijn commented 14 years ago

@Koenkooi: So how do I do a pull request for just one commit?

koenkooi commented 14 years ago

When you click "pull request" there's a "change commits" buttons where you can edit the range. The editor isn't really intuitive, so having a (rebased) branch per feature is still the easiest way to get a nice pull request.

phooky commented 14 years ago

Merged. Thanks!