Skip to content

Commit

Permalink
Add comment making it clear where to specify Loggly token
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-- committed Jun 25, 2021
1 parent c9a553a commit 29bbd18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions advanced-topics/Logging-Loggly/src/PrismSample/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ protected override void RegisterTypes(IContainerRegistry containerRegistry)

containerRegistry.RegisterInstance<ILogglyOptions>(new LogglyOptions
{
// TODO : Specify Loggly token here
// Token = "",
AppName = "Logging Demo",
Tags = new[] { "Prism", "Sample" },
});
Expand Down

0 comments on commit 29bbd18

Please sign in to comment.