Skip to content

Commit

Permalink
Info->Debug log form startup of apps
Browse files Browse the repository at this point in the history
  • Loading branch information
helto4real committed Dec 25, 2020
1 parent 29b0eb4 commit ad3824c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App/NetDaemon.App/Common/NetDaemonAppBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ public virtual Task StartUpAsync(INetDaemon daemon)
_storageObject = new FluentExpandoObject(false, true, daemon: this);
Logger = daemon.Logger;

Logger.LogInformation("Startup: {app}", GetUniqueIdForStorage());
Logger.LogDebug("Startup: {app}", GetUniqueIdForStorage());

var appInfo = _daemon!.State.FirstOrDefault(s => s.EntityId == EntityId);
var appState = appInfo?.State as string;
Expand Down

0 comments on commit ad3824c

Please sign in to comment.