I've just tried it in v3.2.1. It seems like -log is enabled by default.
You see, there should be 3 modes:
Not using -log at all
Using -log without a filename
Using -log filename
But currently, mode 1. behaves like mode 2. That is, mode 1. shows an on-screen log.
Actually, the only way not to show an on-screen log is using mode 3.
Can you please fix this?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I just ran Blat v3.2.24 three times. The first time was without the -log option. The second time was with -log, but no filename. The third time was -log "" (empty string). Here are my results:
F:\BLAT\BLAT3224>x64\Release\blat.exe--body"1"-base64-ume-pwme-tomyself-s"testing base64 on message body"-psmtp4devBlatv3.2.24(build:Feb9202221:19:39)64-bitWindows,Full,UnicodeSendingstdin.txttome@localhostSubject:testingbase64onmessagebodyLoginnameisme@localhost
F:\BLAT\BLAT3224>x64\Release\blat.exe--body"1"-base64-ume-pwme-tomyself-s"testing base64 on message body"-psmtp4dev-logBlatv3.2.24(build:Feb9202221:19:39)64-bitWindows,Full,Unicode2023.04.1000:34:02(Mon)------------StartofSession-----------------Blatv3.2.24(build:Feb9202221:19:39)64-bitWindows,Full,UnicodeSendingstdin.txttome@localhostSubject:testingbase64onmessagebodyLoginnameisme@localhost2023.04.1000:34:02(Mon)-------------End of Session------------------
F:\BLAT\BLAT3224>x64\Release\blat.exe--body"1"-base64-ume-pwme-tomyself-s"testing base64 on message body"-psmtp4dev-log""Blatv3.2.24(build:Feb9202221:19:39)64-bitWindows,Full,Unicode2023.04.1000:34:12(Mon)------------StartofSession-----------------Blatv3.2.24(build:Feb9202221:19:39)64-bitWindows,Full,UnicodeSendingstdin.txttome@localhostSubject:testingbase64onmessagebodyLoginnameisme@localhost2023.04.1000:34:12(Mon)-------------End of Session------------------
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks, but I've never claimed -log and -log "" are different.
What you should compare to is running -log filename which prints to the screen even less than not using -log at all. I claim -log (or -log "") should at the very least print to the screen just as little as -log filename, and certainly not more.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Have you tried using any newer versions, such as the current version 3.2.1, to find out if your request is working?
I've just tried it in v3.2.1. It seems like -log is enabled by default.
You see, there should be 3 modes:
But currently, mode 1. behaves like mode 2. That is, mode 1. shows an on-screen log.
Actually, the only way not to show an on-screen log is using mode 3.
Can you please fix this?
I just ran Blat v3.2.24 three times. The first time was without the -log option. The second time was with -log, but no filename. The third time was -log "" (empty string). Here are my results:
Thanks, but I've never claimed -log and -log "" are different.
What you should compare to is running
-log filename
which prints to the screen even less than not using -log at all. I claim -log (or -log "") should at the very least print to the screen just as little as-log filename
, and certainly not more.