Hello,
Where is store the information about loggin level ?
I mean, when I go to menu -> help and support -> support information and I use Configure extended logging
Where is this information stored to get the actuel value for each component ?
thanks for your help
-
- Veeam Legend
- Posts: 874
- Liked: 138 times
- Joined: May 11, 2018 8:42 am
- Contact:
-
- Product Manager
- Posts: 10773
- Liked: 2933 times
- Joined: May 13, 2017 4:51 pm
- Full Name: Fabian K.
- Location: Switzerland
- Contact:
Re: Powershell to get loggin level
Hi Matteu
The log level is specified in the XML files.
Extended logging can be enabled individually for each component (controller, proxy) individually, so please let your script check both xml files (Remote Proxies have a Proxy.xml stored on their machine):
- C:\ProgramData\Veeam\Backup365\Config.xml
- C:\ProgramData\Veeam\Backup365\Proxy.xml
The proxy file also exists on Linux Proxies. I can‘t check the location right now. V8.0 proxies will have a proxy.xml file, v8.1 proxies a proxy.ini file.
Best,
Fabian
The log level is specified in the XML files.
Extended logging can be enabled individually for each component (controller, proxy) individually, so please let your script check both xml files (Remote Proxies have a Proxy.xml stored on their machine):
- C:\ProgramData\Veeam\Backup365\Config.xml
- C:\ProgramData\Veeam\Backup365\Proxy.xml
Code: Select all
<Veeam>
<Core>
<Log Level="Default" />
</Core>
</Veeam>
Code: Select all
<Veeam>
<Core>
<Log Level="Extended" />
</Core>
</Veeam>
Best,
Fabian
Product Management Analyst @ Veeam Software
-
- Veeam Legend
- Posts: 874
- Liked: 138 times
- Joined: May 11, 2018 8:42 am
- Contact:
Re: Powershell to get loggin level
Thanks for your complete answer.
That means unfortunately this information is not store centrally on the VBM server it self :/
It will be too much complicated to get this value for remote components in an automated way because to get xml information on remote proxy credentials will be needed. So, I will just be able to get the logging information for the VBM server itself
That means unfortunately this information is not store centrally on the VBM server it self :/
It will be too much complicated to get this value for remote components in an automated way because to get xml information on remote proxy credentials will be needed. So, I will just be able to get the logging information for the VBM server itself
Who is online
Users browsing this forum: No registered users and 1 guest