Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove --logger #3050

Merged
merged 1 commit into from
Mar 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions reference/commands/build.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ conan build
.. code-block:: text

$ conan build -h
usage: conan build [-h] [-v [V]] [--logger] [--name NAME] [--version VERSION]
usage: conan build [-h] [-v [V]] [--name NAME] [--version VERSION]
[--user USER] [--channel CHANNEL] [-of OUTPUT_FOLDER]
[-b BUILD] [-r REMOTE | -nr] [-u] [-o OPTIONS_HOST]
[-o:b OPTIONS_BUILD] [-o:h OPTIONS_HOST] [-pr PROFILE_HOST]
Expand All @@ -31,8 +31,6 @@ conan build
verbose to more verbose: -vquiet, -verror, -vwarning,
-vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
-vvv or -vtrace
--logger Show the output with log format, with time, type and
message.
--name NAME Provide a package name if not specified in conanfile
--version VERSION Provide a package version if not specified in
conanfile
Expand Down
9 changes: 3 additions & 6 deletions reference/commands/cache.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ conan cache path
.. code-block:: text

$ conan cache path --help
usage: conan cache path [-h] [-v [V]] [--logger] [--folder {export_source,source,build}] reference
usage: conan cache path [-h] [-v [V]] [--folder {export_source,source,build}] reference

Show the path to the Conan cache for a given reference.

Expand All @@ -25,8 +25,6 @@ conan cache path
verbose to more verbose: -vquiet, -verror, -vwarning,
-vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
-vvv or -vtrace
--logger Show the output with log format, with time, type and
message.
--folder {export_source,source,build}
Path to show. The 'build' requires a package
reference. If not specified it shows 'exports' path
Expand Down Expand Up @@ -160,7 +158,7 @@ conan cache clean
.. code-block:: text

$ conan cache clean -h
usage: conan cache clean [-h] [-v [V]] [--logger] [-s] [-b] [-d]
usage: conan cache clean [-h] [-v [V]] [-s] [-b] [-d]
[-p PACKAGE_QUERY]
pattern

Expand All @@ -176,8 +174,7 @@ conan cache clean
verbose to more verbose: -vquiet, -verror, -vwarning,
-vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
-vvv or -vtrace
--logger Show the output with log format, with time, type and
message.

-s, --source Clean source folders
-b, --build Clean build folders
-d, --download Clean download folders
Expand Down
13 changes: 4 additions & 9 deletions reference/commands/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,14 @@ conan config home
.. code-block:: text

$ conan config home --help
usage: conan config home [-h] [-v [V]] [--logger]

usage: conan config home [-h] [-v [V]]
Show the Conan home folder.

optional arguments:
-h, --help show this help message and exit
-v [V] Level of detail of the output. Valid options from less verbose
to more verbose: -vquiet, -verror, -vwarning, -vnotice,
-vstatus, -v or -vverbose, -vv or -vdebug, -vvv or -vtrace
--logger Show the output with log format, with time, type and message.


The ``conan config home`` command returns the path of the Conan home folder.
Expand All @@ -37,7 +35,7 @@ conan config install
.. code-block:: text

$ conan config install -h
usage: conan config install [-h] [-v [V]] [--logger]
usage: conan config install [-h] [-v [V]]
[--verify-ssl [VERIFY_SSL] | --insecure]
[-t {git,dir,file,url}] [-a ARGS]
[-sf SOURCE_FOLDER] [-tf TARGET_FOLDER]
Expand All @@ -56,8 +54,6 @@ conan config install
verbose to more verbose: -vquiet, -verror, -vwarning,
-vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
-vvv or -vtrace
--logger Show the output with log format, with time, type and
message.
--verify-ssl [VERIFY_SSL]
Verify SSL connection when downloading file
--insecure Allow insecure server connections when using SSL.
Expand Down Expand Up @@ -163,7 +159,7 @@ conan config list
.. code-block:: text

$ conan config list -h
usage: conan config list [-h] [-f FORMAT] [-v [V]] [--logger]
usage: conan config list [-h] [-f FORMAT] [-v [V]]

Show all the Conan available configurations: core and tools.

Expand All @@ -175,8 +171,7 @@ conan config list
verbose to more verbose: -vquiet, -verror, -vwarning,
-vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
-vvv or -vtrace
--logger Show the output with log format, with time, type and
message.



Displays all the Conan built-in configurations. There are 2 groups:
Expand Down
4 changes: 1 addition & 3 deletions reference/commands/create.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ conan create
.. code-block:: text

$ conan create -h
usage: conan create [-h] [-f FORMAT] [-v [V]] [--logger] [--name NAME]
usage: conan create [-h] [-f FORMAT] [-v [V]] [--name NAME]
[--version VERSION] [--user USER] [--channel CHANNEL]
[-l LOCKFILE] [--lockfile-partial]
[--lockfile-out LOCKFILE_OUT] [--lockfile-packages]
Expand All @@ -30,8 +30,6 @@ conan create
verbose to more verbose: -vquiet, -verror, -vwarning,
-vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
-vvv or -vtrace
--logger Show the output with log format, with time, type and
message.
--name NAME Provide a package name if not specified in conanfile
--version VERSION Provide a package version if not specified in
conanfile
Expand Down
4 changes: 1 addition & 3 deletions reference/commands/download.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ conan download
.. code-block:: text

$ conan download -h
usage: conan download [-h] [-v [V]] [--logger] [--only-recipe]
usage: conan download [-h] [-v [V]] [--only-recipe]
[-p PACKAGE_QUERY] -r REMOTE
reference

Expand All @@ -28,8 +28,6 @@ conan download
verbose to more verbose: -vquiet, -verror, -vwarning,
-vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
-vvv or -vtrace
--logger Show the output with log format, with time, type and
message.
--only-recipe Download only the recipe/s, not the binary packages.
-p PACKAGE_QUERY, --package-query PACKAGE_QUERY
Only upload packages matching a specific query. e.g:
Expand Down
8 changes: 2 additions & 6 deletions reference/commands/editable.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ conan editable add
.. code-block:: text

$ conan editable add -h
usage: conan editable add [-h] [-v [V]] [--logger] [--name NAME]
usage: conan editable add [-h] [-v [V]] [--name NAME]
[--version VERSION] [--user USER]
[--channel CHANNEL] [-of OUTPUT_FOLDER]
path
Expand All @@ -29,8 +29,6 @@ conan editable add
verbose to more verbose: -vquiet, -verror, -vwarning,
-vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
-vvv or -vtrace
--logger Show the output with log format, with time, type and
message.
--name NAME Provide a package name if not specified in conanfile
--version VERSION Provide a package version if not specified in
conanfile
Expand All @@ -45,7 +43,7 @@ conan editable remove
.. code-block:: text

$ conan editable remove -h
usage: conan editable remove [-h] [-v [V]] [--logger] [-r REFS] [path]
usage: conan editable remove [-h] [-v [V]] [-r REFS] [path]

Remove the "editable" mode for this reference.

Expand All @@ -60,6 +58,4 @@ conan editable remove
verbose to more verbose: -vquiet, -verror, -vwarning,
-vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
-vvv or -vtrace
--logger Show the output with log format, with time, type and
message.
-r REFS, --refs REFS Directly provide reference patterns
4 changes: 1 addition & 3 deletions reference/commands/export-pkg.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ conan export-pkg
.. code-block:: text

$ conan export-pkg -h
usage: conan export-pkg [-h] [-f FORMAT] [-v [V]] [--logger]
usage: conan export-pkg [-h] [-f FORMAT] [-v [V]]
[-of OUTPUT_FOLDER] [--build-require]
[-tf TEST_FOLDER] [--name NAME] [--version VERSION]
[--user USER] [--channel CHANNEL] [-l LOCKFILE]
Expand All @@ -33,8 +33,6 @@ conan export-pkg
verbose to more verbose: -vquiet, -verror, -vwarning,
-vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
-vvv or -vtrace
--logger Show the output with log format, with time, type and
message.
-of OUTPUT_FOLDER, --output-folder OUTPUT_FOLDER
The root output folder for generated and build files
--build-require Whether the provided reference is a build-require
Expand Down
4 changes: 1 addition & 3 deletions reference/commands/export.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ conan export
.. code-block:: text

$ conan export -h
usage: conan export [-h] [-f FORMAT] [-v [V]] [--logger] [--name NAME]
usage: conan export [-h] [-f FORMAT] [-v [V]] [--name NAME]
[--version VERSION] [--user USER] [--channel CHANNEL]
[-r REMOTE | -nr] [-l LOCKFILE]
[--lockfile-out LOCKFILE_OUT] [--lockfile-partial]
Expand All @@ -24,8 +24,6 @@ conan export
verbose to more verbose: -vquiet, -verror, -vwarning,
-vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
-vvv or -vtrace
--logger Show the output with log format, with time, type and
message.
--name NAME Provide a package name if not specified in conanfile
--version VERSION Provide a package version if not specified in
conanfile
Expand Down
4 changes: 1 addition & 3 deletions reference/commands/graph/build_order.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ conan graph build-order
.. code-block:: text

$ conan graph build-order -h
usage: conan graph build-order [-h] [-f FORMAT] [-v [V]] [--logger]
usage: conan graph build-order [-h] [-f FORMAT] [-v [V]]
[--name NAME] [--version VERSION] [--user USER]
[--channel CHANNEL] [--requires REQUIRES]
[--tool-requires TOOL_REQUIRES] [-b BUILD]
Expand Down Expand Up @@ -35,8 +35,6 @@ conan graph build-order
verbose to more verbose: -vquiet, -verror, -vwarning,
-vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
-vvv or -vtrace
--logger Show the output with log format, with time, type and
message.
--name NAME Provide a package name if not specified in conanfile
--version VERSION Provide a package version if not specified in
conanfile
Expand Down
4 changes: 1 addition & 3 deletions reference/commands/graph/build_order_merge.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ conan graph build-order-merge
.. code-block:: text

$ conan graph build-order-merge -h
usage: conan graph build-order-merge [-h] [-f FORMAT] [-v [V]] [--logger]
usage: conan graph build-order-merge [-h] [-f FORMAT] [-v [V]]
[--file [FILE]]

Merge more than 1 build-order file.
Expand All @@ -18,6 +18,4 @@ conan graph build-order-merge
verbose to more verbose: -vquiet, -verror, -vwarning,
-vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
-vvv or -vtrace
--logger Show the output with log format, with time, type and
message.
--file [FILE] Files to be merged
4 changes: 1 addition & 3 deletions reference/commands/graph/info.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ conan graph info
.. code-block:: text

$ conan graph info -h
usage: conan graph info [-h] [-f FORMAT] [-v [V]] [--logger] [--name NAME]
usage: conan graph info [-h] [-f FORMAT] [-v [V]] [--name NAME]
[--version VERSION] [--user USER] [--channel CHANNEL]
[--requires REQUIRES] [--tool-requires TOOL_REQUIRES]
[-b BUILD] [-r REMOTE | -nr] [-u] [-o OPTIONS_HOST]
Expand Down Expand Up @@ -34,8 +34,6 @@ conan graph info
verbose to more verbose: -vquiet, -verror, -vwarning,
-vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
-vvv or -vtrace
--logger Show the output with log format, with time, type and
message.
--name NAME Provide a package name if not specified in conanfile
--version VERSION Provide a package version if not specified in
conanfile
Expand Down
4 changes: 1 addition & 3 deletions reference/commands/inspect.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ conan inspect
.. code-block:: text

$ conan inspect -h
usage: conan inspect [-h] [-f FORMAT] [-v [V]] [--logger] path
usage: conan inspect [-h] [-f FORMAT] [-v [V]] path

Inspect a conanfile.py to return its public fields.

Expand All @@ -23,8 +23,6 @@ conan inspect
verbose to more verbose: -vquiet, -verror, -vwarning,
-vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
-vvv or -vtrace
--logger Show the output with log format, with time, type and
message.

.. note::

Expand Down
4 changes: 1 addition & 3 deletions reference/commands/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ conan install
.. code-block:: text

$ conan install -h
usage: conan install [-h] [-f FORMAT] [-v [V]] [--logger] [--name NAME]
usage: conan install [-h] [-f FORMAT] [-v [V]] [--name NAME]
[--version VERSION] [--user USER] [--channel CHANNEL]
[--requires REQUIRES] [--tool-requires TOOL_REQUIRES]
[-b BUILD] [-r REMOTE | -nr] [-u] [-o OPTIONS_HOST]
Expand Down Expand Up @@ -45,8 +45,6 @@ conan install
verbose to more verbose: -vquiet, -verror, -vwarning,
-vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
-vvv or -vtrace
--logger Show the output with log format, with time, type and
message.
--name NAME Provide a package name if not specified in conanfile
--version VERSION Provide a package version if not specified in
conanfile
Expand Down
4 changes: 1 addition & 3 deletions reference/commands/list.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ conan list
.. code-block:: text

$ conan list -h
usage: conan list [-h] [-f FORMAT] [-v [V]] [--logger] [-p PACKAGE_QUERY]
usage: conan list [-h] [-f FORMAT] [-v [V]] [-p PACKAGE_QUERY]
[-r REMOTE] [-c]
reference

Expand All @@ -25,8 +25,6 @@ conan list
verbose to more verbose: -vquiet, -verror, -vwarning,
-vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
-vvv or -vtrace
--logger Show the output with log format, with time, type and
message.
-p PACKAGE_QUERY, --package-query PACKAGE_QUERY
List only the packages matching a specific query, e.g,
os=Windows AND (arch=x86 OR compiler=gcc)
Expand Down
4 changes: 1 addition & 3 deletions reference/commands/lock/add.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ conan lock add
.. code-block:: text

$ conan lock add -h
usage: conan lock add [-h] [-v [V]] [--logger] [--requires REQUIRES]
usage: conan lock add [-h] [-v [V]] [--requires REQUIRES]
[--build-requires BUILD_REQUIRES]
[--python-requires PYTHON_REQUIRES]
[--lockfile-out LOCKFILE_OUT] [--lockfile LOCKFILE]
Expand All @@ -21,8 +21,6 @@ conan lock add
verbose to more verbose: -vquiet, -verror, -vwarning,
-vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
-vvv or -vtrace
--logger Show the output with log format, with time, type and
message.
--requires REQUIRES Add references to lockfile.
--build-requires BUILD_REQUIRES
Add build-requires to lockfile
Expand Down
4 changes: 1 addition & 3 deletions reference/commands/lock/create.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ conan lock create
.. code-block:: text

$ conan lock create -h
usage: conan lock create [-h] [-v [V]] [--logger] [--name NAME]
usage: conan lock create [-h] [-v [V]] [--name NAME]
[--version VERSION] [--user USER] [--channel CHANNEL]
[--requires REQUIRES] [--tool-requires TOOL_REQUIRES]
[-b BUILD] [-r REMOTE | -nr] [-u] [-o OPTIONS_HOST]
Expand All @@ -31,8 +31,6 @@ conan lock create
verbose to more verbose: -vquiet, -verror, -vwarning,
-vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
-vvv or -vtrace
--logger Show the output with log format, with time, type and
message.
--name NAME Provide a package name if not specified in conanfile
--version VERSION Provide a package version if not specified in
conanfile
Expand Down
4 changes: 1 addition & 3 deletions reference/commands/lock/merge.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ conan lock merge
.. code-block:: text

$ conan lock merge -h
usage: conan lock merge [-h] [-v [V]] [--logger] [--lockfile LOCKFILE]
usage: conan lock merge [-h] [-v [V]] [--lockfile LOCKFILE]
[--lockfile-out LOCKFILE_OUT]

Merge 2 or more lockfiles.
Expand All @@ -15,8 +15,6 @@ conan lock merge
verbose to more verbose: -vquiet, -verror, -vwarning,
-vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
-vvv or -vtrace
--logger Show the output with log format, with time, type and
message.
--lockfile LOCKFILE Path to lockfile to be merged
--lockfile-out LOCKFILE_OUT
Filename of the created lockfile
4 changes: 1 addition & 3 deletions reference/commands/new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ conan new
.. code-block:: text

$ conan new -h
usage: conan new [-h] [-v [V]] [--logger] [-d DEFINE] [-f] template
usage: conan new [-h] [-v [V]] [-d DEFINE] [-f] template

Create a new example recipe and source files from a template.

Expand All @@ -32,8 +32,6 @@ conan new
verbose to more verbose: -vquiet, -verror, -vwarning,
-vnotice, -vstatus, -v or -vverbose, -vv or -vdebug,
-vvv or -vtrace
--logger Show the output with log format, with time, type and
message.
-d DEFINE, --define DEFINE
Define a template argument as key=value, e.g., -d
name=mypkg
Expand Down
Loading