Skip to content

Commit

Permalink
Reduce default log level to warning
Browse files Browse the repository at this point in the history
Signed-off-by: Rafał Wojdyła <[email protected]>
  • Loading branch information
omeg committed Mar 7, 2025
1 parent 54b4db0 commit 868405f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vs2022/installer/CoreComponents.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<RegistryKey Root="HKLM" Key="Software\Invisible Things Lab\Qubes Tools">
<RegistryValue Name="InstallDir" Type="string" Value="[INSTALL_DIR]" />
<RegistryValue Name="LogDir" Type="string" Value="[INSTALL_DIR]log" />
<RegistryValue Name="LogLevel" Type="integer" Value="5" /> <!-- TODO allow customization -->
<RegistryValue Name="LogLevel" Type="integer" Value="3" /> <!-- TODO allow customization -->
<RegistryValue Name="LogRetention" Type="integer" Value="604800" />
<RegistryValue Name="LogSafeFlush" Type="integer" Value="0" />
<!-- Paths should be absolute, entries are launched as SYSTEM by qrexec-agent -->
Expand Down
2 changes: 1 addition & 1 deletion vs2022/installer/GuiComponents.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<RegistryKey Root="HKLM" Key="Software\Invisible Things Lab\Qubes Tools">
<!-- agent-specific log value, verbose causes too much slowdown -->
<!-- TODO: remove after polishing/bugfixing -->
<RegistryValue Name="LogLevel" Key="gui-agent" Type="integer" Value="4" />
<RegistryValue Name="LogLevel" Key="gui-agent" Type="integer" Value="3" />
<RegistryValue Name="GuiAgentPath" Type="string" Value="[INSTALL_DIR]bin\gui-agent.exe" />
<RegistryValue Name="SeamlessMode" Type="integer" Value="0" /> <!-- TODO enable after polishing -->
<RegistryValue Name="DisableCursor" Type="integer" Value="1" />
Expand Down

0 comments on commit 868405f

Please sign in to comment.