Modify ↓
#90 closed enhancement (wontfix)Debug Output without private Data
Description
I think it's a good idea to introduce a debuglevel which doesn't print private Data (e.g. Mailadresses, Passwords) in Debug reports, because i do not want to spread my private datas if i post a bugreport.
Moved from SF: Attachments (0)Change History (8)comment:1 Changed 3 years ago by damato
comment:2 Changed 3 years ago by damato
comment:3 Changed 3 years ago by damato
comment:4 Changed 3 years ago by Opi
IIRC here was a change which doesn't show a passwort in plain text comment:5 Changed 3 years ago by thboeckel
I changed the debug output to change passwords into "XXXX". Other stuff like mail addresses, real names, etc are still printed as they are. comment:6 Changed 3 years ago by damato
Ok, I also think it would make the debugging a lot more complex if we would have to identify all situations where email adresses are output. The current solution with prevent at least the output of passwords should be enough IMHO. Therefore I am closing this ticket. comment:7 Changed 3 years ago by damato
comment:8 Changed 3 years ago by damato
Note: See
TracTickets for help on using
tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber
| ||||||||||||||||||||||||||||



I understand your reasoning, but I think we already changed something about that some time ago. Thore? any more information on that?
Not a separate debug option, but we did something to not expose that critical information per default. So in case you still see some private data exposed which should not be in the standard debug output please bring up each case here separately and point your finger at it.