Skip to content

Commit

Permalink
Update log4net.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiranAvidov authored Jun 21, 2022
1 parent ca840c6 commit 7c44cd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/log4net.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ namespace ConsoleApp9
var logger = LogManager.GetLogger(typeof(Program));
var logzioAppender = new LogzioAppender();

logzioAppender.AddToken("LzOawRqVbEWwXETibMBJxfvBJvJQareA");
logzioAppender.AddListenerUrl("https://listener.logz.io");
logzioAppender.AddToken("<<LOG-SHIPPING-TOKEN>>");
logzioAppender.AddListenerUrl("<<LISTENER-HOST>>");
// <-- Uncomment and edit this line to enable proxy routing: -->
// logzioAppender.AddProxyAddress("http://your.proxy.com:port");
// <-- Uncomment this to enable sending logs in Json format -->
Expand Down

0 comments on commit 7c44cd0

Please sign in to comment.