This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to display Logging Configuration on Dashboard of vault configuration

I am creating the vault application with v22.12, where we have the logging functionally inbuilt with the help of VAF.Extension.

I am not getting any functionality of logging on the dashboard of vault the vault application.

Code:

public class VaultApplication
: MFiles.VAF.Extensions.ConfigurableVaultApplicationBase<Configuration>
{}

public class Configuration : MFiles.VAF.Extensions.Configuration.ConfigurationBase
{}

I am able to set the logging config from the configuration tab but on the dashboard tab i am not getting any functionality related to logging.

I need this kind of functionality on the dashboard

Thank You,

Yash