noyainrain / wall

Digital wall (display) that can be controlled remotely, for example via mobile or tablet.
9 stars 4 forks source link

Fix logging setup by moving it to the CLI #186

Closed noyainrain closed 9 years ago

noyainrain commented 9 years ago

Avoids message duplication that would occur for all loggers when WallApp was initialized multiple times (e.g. in unit tests). Also follow best practices and keep unit tests quiet by letting the wall module install a NullHandler.