You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
brew install logi-options+ prints a tremendous amount of debug / logging / etc information by default (i.e., without --debug or --verbose). Just as a random guess bc I see the argparse mentions high up in the logs, but maybe the + in the cask name confuses things?
Below is a brief excerpt from the output, but the full output is about half a Mb (ive included it here too: logi-options-plus.log)
➜ ~: brew install logi-options+
==> Caveats
You must reboot for the installation of logi-options+ to take effect.
==> Downloading https://download01.logi.com/web/ftp/pub/techsupport/optionsplus/logioptionsplus_installer.zip
Already downloaded: /Users/pes/Library/Caches/Homebrew/downloads/643ae765e6596e7bb788386a880a1cd67b247fa82efd7359838c1d0737889ee1--logioptionsplus_installer.zip
Warning: No checksum defined for cask 'logi-options+', skipping verification.
==> Installing Cask logi-options+
==> Running installer script 'logioptionsplus_installer.app/Contents/MacOS/logioptionsplus_installer'
Password:
[2024-12-29 11:59:13.950] [info] [ArgParser.mm:161] ArgParser: received input arguments: (
"/opt/homebrew/Caskroom/logi-options+/1.85.655119/logioptionsplus_installer.app/Contents/MacOS/logioptionsplus_installer",
"--quiet"
)
[2024-12-29 11:59:13.950] [info] [ArgParser.mm:200] arg name:
s
[2024-12-29 11:59:13.950] [info] [ArgParser.mm:164] Processed args: status: {
args = {
"--aipromptbuilder" = 1;
"--analytics" = 1;
"--backlight" = 1;
"--device-recommendation" = 1;
"--dfu" = 1;
"--flow" = 1;
"--logivoice" = 1;
"--smartactions" = 1;
"--sso" = 1;
"--update" = 1;
};
lastarg = "--quiet";
lastval = "";
status = 0;
}
[2024-12-29 11:59:13.977] [error] [feature_flags_loader.cpp:91] Cannot load json features flags! '/Users/Shared/LogiOptionsPlus/features_cache.json' does not exist!
[2024-12-29 11:59:13.977] [error] [feature_flags_loader.cpp:91] Cannot load json features flags! '/Users/Shared/LogiOptionsPlus/features_cache.json' does not exist!
This doesn't appear to be a Homebrew issue. The installer appears to be writing information out at logging level trace to stderr without a switch to turn it off.
The --quiet switch is used to hide the UI.
All of the information can be ignored by appending 2>/dev/null to brew upgrade but that's not a great solution.
Upstream should provide a switch to invoke a true "quiet" installation.
Verification
--force
.brew update-reset && brew update
and retried my command.brew doctor
, fixed as many issues as possible and retried my command.Description of issue
brew install logi-options+
prints a tremendous amount of debug / logging / etc information by default (i.e., without--debug
or--verbose
). Just as a random guess bc I see theargparse
mentions high up in the logs, but maybe the+
in the cask name confuses things?Below is a brief excerpt from the output, but the full output is about half a Mb (ive included it here too: logi-options-plus.log)
Command that failed
brew install logi-options+
Output of command with
--verbose --debug
First 20 lines included below, but full version here: https://gist.github.com/pes10k/bed121ce7ef79f48f38b74806f10ba64
Output of
brew doctor
andbrew config
Output of
brew tap
The text was updated successfully, but these errors were encountered: