barneygale / mark2

minecraft server wrapper, written in python with twisted
Other
105 stars 27 forks source link

Script plugin needs to be consistent about logging things #5

Closed edk0 closed 11 years ago

edk0 commented 11 years ago

Currently shell commands are not logged, but other ones are. The fact that shell commands aren't logged anywhere is obviously bad, and messages appearing in the console scrollback for frequent tasks is annoying. Commands run by Script should always log, and also have an option for whether to appear in the console or not.