Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Tor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Benjamin J. Thompson
Tor
Commits
75706527
Commit
75706527
authored
12 years ago
by
Nick Mathewson
Browse files
Options
Downloads
Patches
Plain Diff
Document --hush; fix documentation for --quiet.
parent
4fdce6b0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
changes/doc_hush
+3
-0
3 additions, 0 deletions
changes/doc_hush
doc/tor.1.txt
+7
-4
7 additions, 4 deletions
doc/tor.1.txt
with
10 additions
and
4 deletions
changes/doc_hush
0 → 100644
+
3
−
0
View file @
75706527
o Documentation:
- Fix the documentation for the --hush and --quiet command line options,
which changed their behavior back in 0.2.3.3-alpha.
This diff is collapsed.
Click to expand it.
doc/tor.1.txt
+
7
−
4
View file @
75706527
...
...
@@ -62,10 +62,13 @@ OPTIONS
**--version**::
Display Tor version and exit.
**--quiet**::
Do not start Tor with a console log unless explicitly requested to do so.
(By default, Tor starts out logging messages at level "notice" or higher to
the console, until it has parsed its configuration.)
**--quiet**|**--hush**::
Override the default console log. By default, Tor starts out logging
messages at level "notice" and higher to the console. It stops doing so
after it parses its configuration, if the configuration tells it to log
anywhere else. You can override this behavior with the **--hush** option,
which tells Tor to only send warnings and errors to the console, or with
the **--quiet** option, which tells Tor not to log to the console at all.
Other options can be specified either on the command-line (--option
value), or in the configuration file (option value or option "value").
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment