namespace NDB.Logging.Api.Entities { public class RequestLoggingConfiguration { public bool LogBody { get; set; } } }