Skip to content

Commit

Permalink
Merge pull request #59 from phingofficial/feature/AddedDisguiseLogger
Browse files Browse the repository at this point in the history
Added DisguiseLogger
  • Loading branch information
siad007 authored Sep 28, 2024
2 parents e613197 + 7efe430 commit 50028c8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions source/appendixes/coreloggers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -263,4 +263,14 @@ AnsiColorLogger.DEBUG_COLOR=01;34</programlisting>
</para>
</sect1>

<sect1 role="loggerdef" xml:id="DisguiseLogger">
<title>DisguiseLogger</title>
<para>A logger which masks passwords in URI strings - i.e:
<literal>[echo] hide password from URI http://foo:*****@example.com/baz?one=two</literal>
</para>
<para>To use the DisguiseLogger, start Phing with this command:
<literal>phing -logger "Phing\\Listener\\DisguiseLogger"</literal>
</para>
</sect1>

</appendix>

0 comments on commit 50028c8

Please sign in to comment.