[Project] Remove unused agent property verbose

This commit is contained in:
Robert von Burg 2023-07-28 14:11:09 +02:00
parent 188d87bc8d
commit b2fb6d07e6
Signed by: eitch
GPG Key ID: 75DB9C85C74331F7
6 changed files with 1 additions and 9 deletions

View File

@ -5,7 +5,6 @@
<applicationName>${appName}</applicationName> <applicationName>${appName}</applicationName>
<Properties> <Properties>
<locale>en</locale> <locale>en</locale>
<verbose>true</verbose>
<timezone>Europe/Zurich</timezone> <timezone>Europe/Zurich</timezone>
</Properties> </Properties>
</Runtime> </Runtime>

View File

@ -5,7 +5,7 @@
<applicationName>${appName}</applicationName> <applicationName>${appName}</applicationName>
<Properties> <Properties>
<locale>en</locale> <locale>en</locale>
<verbose>true</verbose> <timezone>Europe/Zurich</timezone>
</Properties> </Properties>
</Runtime> </Runtime>
<Component> <Component>

View File

@ -5,7 +5,6 @@
<applicationName>${appName} PLC</applicationName> <applicationName>${appName} PLC</applicationName>
<Properties> <Properties>
<locale>en</locale> <locale>en</locale>
<verbose>true</verbose>
<timezone>Europe/Zurich</timezone> <timezone>Europe/Zurich</timezone>
</Properties> </Properties>
</Runtime> </Runtime>

View File

@ -5,7 +5,6 @@
<applicationName>${appName}</applicationName> <applicationName>${appName}</applicationName>
<Properties> <Properties>
<locale>en</locale> <locale>en</locale>
<verbose>true</verbose>
<timezone>Europe/Zurich</timezone> <timezone>Europe/Zurich</timezone>
</Properties> </Properties>
</Runtime> </Runtime>

View File

@ -5,7 +5,6 @@
<applicationName>${appName}</applicationName> <applicationName>${appName}</applicationName>
<Properties> <Properties>
<locale>en</locale> <locale>en</locale>
<verbose>true</verbose>
<timezone>Europe/Zurich</timezone> <timezone>Europe/Zurich</timezone>
</Properties> </Properties>
</Runtime> </Runtime>

View File

@ -3,10 +3,6 @@
<env id="dev"> <env id="dev">
<Runtime> <Runtime>
<applicationName>${appName}</applicationName> <applicationName>${appName}</applicationName>
<Properties>
<locale>en</locale>
<verbose>true</verbose>
</Properties>
</Runtime> </Runtime>
<Component> <Component>
<name>PrivilegeHandler</name> <name>PrivilegeHandler</name>