Skip to main content
2 votes
2 answers
112 views

I have a powershell command that I want to execute and direct the verbose output to a text file. Compress-Archive -Path $currentLogDir_TempPathString -DestinationPath $currentLogDir_ArchiveFileName -...
WKNav4997's user avatar
1 vote
0 answers
89 views

The --atx-headers command is deprecated (in favor of --markdown-headings=atx), as pandoc noisily reminds us, displaying this warning almost 40 times in a row: [WARNING] Deprecated: --atx-headers. Use -...
mirekphd's user avatar
  • 7,271
6 votes
2 answers
845 views

I am using a deprecated feature from the tidyverse. So a warning is produced that finishes like this: This warning is displayed once every 8 hours. Call lifecycle::last_lifecycle_warnings() to see ...
danilinares's user avatar
  • 1,290
2 votes
1 answer
357 views

I want to change kube-apiserver log level use --v parameter , I checked all the documents, and none of them gave the value range of this parameter. Check the code, the value is int32 type, I tried to ...
moweiraul's user avatar
1 vote
2 answers
2k views

I have setup 3 replicas on mongodb. I am facing a lot of mongoDb logs in the log file of mongodb, and I want to minimize the logs to show only errors, warning and critical logs but not for connection ...
sahil garg's user avatar
1 vote
2 answers
184 views

I am trying to install SVM-Light on the cluster that I am working on but I got the following error: svm_hideo.o:(.bss+0x38): multiple definition of `verbosity'; svm_common.o:(.bss+0x8): first defined ...
emr2's user avatar
  • 1,742
1 vote
0 answers
219 views

I'm working with STM32CubeIDE using gcc compiler. In the build output I have to search for warnings and errors in a hundred lines of compiler-output infos. I'm explicitly interested in all warnings ...
keyboardwizard's user avatar
0 votes
1 answer
66 views

I'm linking some compiled code with icpc, e.g.: icpc -o my_executable f1.o /path/to/f2.a -lfoo -lbar I want icpc to tell me exactly which files it uses for the linking - which .a, .o and .so* and ...
einpoklum's user avatar
  • 138k
0 votes
1 answer
4k views

I know there are outright verbosityRestore and verbosityPack inputs.. but what about for the regular 'build' of a .csproj file? I've tried to find the answer in the documentation. I'm a bit frustrated,...
bkwdesign's user avatar
  • 2,189
0 votes
1 answer
117 views

I want to add verbosity to my bash function by printing the command that it will run. What is the best way to print all arguments $@ inline? ggtest () { echo 'git grep -n $@ -- "src/tests/*&...
cgl's user avatar
  • 1,265
1 vote
0 answers
892 views

is there a way to decrease the traces output when the project is configured with meson? e.g. meson build ..... $ meson build --reconfigure The Meson build system Version: 0.59.1 ...... Executing ...
Mariano's user avatar
  • 318
2 votes
1 answer
514 views

I'm cloning just the files of a Git repo (so without history or the .git folder) using svn export https://github.com/user/repo/trunk as per this wonderful answer. Sadly, Git archive is disabled on ...
cocomac's user avatar
  • 698
1 vote
1 answer
818 views

I'm using CMake with the GNU Make generator on a project of mine, and then want to build it - verbosely. I'm interested in lines which actually produce things, and not interested in lines such as: ...
einpoklum's user avatar
  • 138k
1 vote
1 answer
433 views

I have a bash script my_script which executes: scp -- 'somehost:*.txt' dest_dir now, when I run this script from an interactive shell session, scp lists files as it copies them. But when I run a ...
einpoklum's user avatar
  • 138k
1 vote
1 answer
382 views

I consider the output of git-push to be quite verbose: $ git push Enumerating objects: 36, done. Counting objects: 100% (36/36), done. Delta compression using up to 8 threads Compressing objects: 100%...
ApproachingDarknessFish's user avatar

15 30 50 per page
1
2 3 4 5
10