cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Include RestapiLog, VGLog and VaultConnectorLog files in Vault Log File Configuration

Include RestapiLog, VGLog and VaultConnectorLog files in Vault Log File Configuration

We are using Autodesk Vault Professional 2026 including Vault Thin Client.

 

Vault currently provides a built-in Log File Configuration which automatically manages:

  • Console Logs
  • Server Logs
  • File Store Logs
  • Email Logs
  • Audit Logs

However, the following log types are currently not affected by this configuration:

  • restapilog-*
  • VGLog-*
  • VaultConnectorLog-*

According to Autodesk Support, there is currently no native setting to limit the retention or automatically delete these log files.

As a result, Vault administrators must implement their own Windows Scheduled Tasks or custom scripts to manage these logs, while other Vault log types are already handled by the built-in configuration.

 

Requested Enhancement

Please extend the existing Log File Configuration so that:

  • restapilog-* files are included in the cleanup process.
  • VGLog-* files are included in the cleanup process.
  • VaultConnectorLog-* files are included in the cleanup process.
  • Alternatively, provide separate retention settings for these log types.
Benefits
  • Consistent log management across all Vault-generated logs.
  • Reduced administrative effort.
  • No need for custom cleanup scripts.
  • Prevention of unnecessary disk space consumption.
  • Better support for environments using Thin Client, Vault Gateway and Vault Connector.
Current Workaround

Currently administrators must create their own scheduled cleanup tasks to remove old REST API, Vault Gateway and Vault Connector log files, while all other major Vault log types can already be managed through the built-in Vault configuration.

Vault administrators should not need custom scripts for some Vault log types while other Vault log types are already managed by the built-in Log File Configuration.
4 Comments
ihayesjr
Community Manager

@T.Nitz 

You can configure the RESTAPI log file in the web.config file.

You will find this file in the <install path>\Vault Server 2027\Server\Web\Services folder.

Look around line 425.

ihayesjr
Community Manager

@T.Nitz 

You can also control the Vault Gateway logs in the Connectivity.VaultGateway.LocalAgent.exe.config file.

<install path>\Vault Server 2027\Server\VGLocalAgent\

Look around line 27.

T.Nitz
Explorer

Hi Irvin,

 

Thanks so much for the info.
I found the REST API logging in the Web.config.


Just to be sure:   <add key="keepnumberdays" value="-1" />
Does the value -1 mean “keep forever,” right?

 

Thanks a lot, Thomas

T.Nitz
Explorer

It would be great if we could configure the LOG settings in the ADMS Console.

TNitz_0-1785831767015.png

 

Can't find what you're looking for? Ask the community or share your knowledge.

Submit Idea