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
As an User I want to be able to see what the tool is doing and what it did, so when anything fails/unexpected-happens I can find back why it failed/happend
#9
Open
pvdissel opened this issue
Aug 17, 2013
· 1 comment
As an User I want to be able to see what the tool is doing and what it did so when anything fails/unexpected-happens I can find back why it failed/happend
Acceptance criteria
Must be able to log in a user friendly way
The text was updated successfully, but these errors were encountered:
I would like to have the option to see either all logging at once (to correlate problematic messages), or have system logging and tests/build logging separate for when I'm only interested to see build specific logging.
As for the technology, please just use slf4j/logback which as far as I know is the most common option that does not suck.
As an User
I want to be able to see what the tool is doing and what it did
so when anything fails/unexpected-happens I can find back why it failed/happend
Acceptance criteria
The text was updated successfully, but these errors were encountered: