Join us this Friday for AI in Action at the Virtual Happy Hour! This free virtual event is open to all—enroll now on Academy and don’t miss out.
Join us this Friday for AI in Action at the Virtual Happy Hour! This free virtual event is open to all—enroll now on Academy and don’t miss out.
Messages like InitializeHttpEvents successful for Initialize on class EPiServer.Commerce.Internal.Migration.MigrationInitializationModule, EPiServer.Commerce.Internal.Migration, Version=8.0.0.288, Culture=neutral, PublicKeyToken=8fe83dea738b45b7 should not be logged to INFO, but rather to DEBUG.
INFO should be used for normal everyday use (logging things like customers actions, web service calls, special cases that are handled by the application, timestamps for important actions etc). These messages have a very clear DEBUG purpose, the way I see it.