Skip to content

Commit

Permalink
Decrease verbosity.
Browse files Browse the repository at this point in the history
  • Loading branch information
Emzi0767 committed Sep 18, 2020
1 parent f65a3c5 commit 69d8b88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Emzi0767.AmongUsDirector.Bot/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public static void ConfigureServices(HostBuilderContext ctx, IServiceCollection

public static void ConfigureLogging(ILoggingBuilder logging)
{
logging.SetMinimumLevel(LogLevel.Debug);
logging.SetMinimumLevel(LogLevel.Information);

logging.AddConsole(console =>
{
Expand Down
2 changes: 1 addition & 1 deletion src/Emzi0767.AmongUsDirector.Common.targets
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<!-- Project info -->
<PropertyGroup>
<RootNamespace>Emzi0767.AmongUsDirector</RootNamespace>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
<AssemblyVersion>$(Version).0</AssemblyVersion>
<FileVersion>$(Version).0</FileVersion>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Emzi0767.AmongUsDirector.Probe/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public static void ConfigureServices(HostBuilderContext ctx, IServiceCollection

public static void ConfigureLogging(ILoggingBuilder logging)
{
logging.SetMinimumLevel(LogLevel.Debug);
logging.SetMinimumLevel(LogLevel.Information);

logging.AddConsole(console =>
{
Expand Down

0 comments on commit 69d8b88

Please sign in to comment.