comparison Sphinx/source/users/man-orthanc.txt @ 554:4f3a6145ae34

Orthanc 1.8.1
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 07 Dec 2020 17:48:33 +0100
parents d18496f166b8
children 090cc988c35e
comparison
equal deleted inserted replaced
553:608094adf405 554:4f3a6145ae34
12 research. 12 research.
13 13
14 The "CONFIGURATION" argument can be a single file or a directory. In 14 The "CONFIGURATION" argument can be a single file or a directory. In
15 the case of a directory, all the JSON files it contains will be merged. 15 the case of a directory, all the JSON files it contains will be merged.
16 If no configuration path is given on the command line, a set of default 16 If no configuration path is given on the command line, a set of default
17 parameters is used. Please refer to the Orthanc homepage for the full 17 parameters is used. Please refer to the Orthanc Book for the full
18 instructions about how to use Orthanc <http://www.orthanc-server.com/>. 18 instructions about how to use Orthanc
19 <http://book.orthanc-server.com/>.
20
21 Pay attention to the fact that the order of the options is important.
22 Options are read left to right. In particular, options such as "--ver‐
23 bose" can reset the value of other log-related options that were read
24 before.
25
26 The recommended set of options to debug DICOM communications is "--ver‐
27 bose --trace-dicom --logfile=dicom.log"
19 28
20 Command-line options: 29 Command-line options:
21 --help display this help and exit 30 --help display this help and exit
22 31
23 --logdir=[dir] 32 --logdir=[dir]
24 directory where to store the log files (by default, the log is 33 directory where to store the log files (by default, the log is
25 dumped to stderr) 34 dumped to stderr)
26 35
27 --logfile=[file] 36 --logfile=[file]
28 file where to store the log of Orthanc (by default, the log is 37 file where to store the log of Orthanc (by default, the log is
29 dumped to stderr) 38 dumped to stderr)
30 39
31 --config=[file] 40 --config=[file]
32 create a sample configuration file and exit (if file is "-", 41 create a sample configuration file and exit (if "file" is "-",
33 dumps to stdout) 42 dumps to stdout)
34 43
35 --errors 44 --errors
36 print the supported error codes and exit 45 print the supported error codes and exit
37 46
40 49
41 --trace 50 --trace
42 highest verbosity in logs (for debug) 51 highest verbosity in logs (for debug)
43 52
44 --upgrade 53 --upgrade
45 allow Orthanc to upgrade the version of the database (beware 54 allow Orthanc to upgrade the version of the database (beware
46 that the database will become incompatible with former versions 55 that the database will become incompatible with former versions
47 of Orthanc) 56 of Orthanc)
48 57
49 --no-jobs 58 --no-jobs
50 Don't restart the jobs that were stored during the last execu‐ 59 Don't restart the jobs that were stored during the last execu‐
51 tion of Orthanc 60 tion of Orthanc
52 61
53 --version 62 --version
54 output version information and exit 63 output version information and exit
55 64
65 Fine-tuning of log categories:
66 --verbose-generic
67 be verbose in logs of category "generic"
68
69 --trace-generic
70 use highest verbosity for logs of category "generic"
71
72 --verbose-plugins
73 be verbose in logs of category "plugins"
74
75 --trace-plugins
76 use highest verbosity for logs of category "plugins"
77
78 --verbose-http
79 be verbose in logs of category "http"
80
81 --trace-http
82 use highest verbosity for logs of category "http"
83
84 --verbose-sqlite
85 be verbose in logs of category "sqlite"
86
87 --trace-sqlite
88 use highest verbosity for logs of category "sqlite"
89
90 --verbose-dicom
91 be verbose in logs of category "dicom"
92
93 --trace-dicom use highest verbosity for logs of category "dicom"
94
95 --verbose-jobs
96 be verbose in logs of category "jobs"
97
98 --trace-jobs
99 use highest verbosity for logs of category "jobs"
100
101 --verbose-lua be verbose in logs of category "lua"
102
103 --trace-lua
104 use highest verbosity for logs of category "lua"
105
56 Exit status: 106 Exit status:
57 0 if success, 107 0 if success,
58 108
59 -1 if error (have a look at the logs). 109 -1 if error (have a look at the logs).
60 110
61 AUTHOR 111 AUTHOR
62 Written by Sebastien Jodogne <s.jodogne@orthanc-labs.com> 112 Written by Sebastien Jodogne <s.jodogne@orthanc-labs.com>
63 113
64 COPYRIGHT 114 COPYRIGHT
65 Copyright © 2012-2016 Sebastien Jodogne, Medical Physics Department, 115 Copyright © 2012-2016 Sebastien Jodogne, Medical Physics Department,
66 University Hospital of Liege (Belgium) 116 University Hospital of Liege (Belgium)
67 Copyright © 2017-2020 Osimis S.A. (Belgium) Licensing GPLv3+: GNU GPL 117 Copyright © 2017-2020 Osimis S.A. (Belgium) Licensing GPLv3+: GNU GPL
68 version 3 or later <http://gnu.org/licenses/gpl.html>, with OpenSSL 118 version 3 or later <http://gnu.org/licenses/gpl.html>, with OpenSSL
69 exception. 119 exception.
70 This is free software: you are free to change and redistribute it. 120 This is free software: you are free to change and redistribute it.
71 There is NO WARRANTY, to the extent permitted by law. 121 There is NO WARRANTY, to the extent permitted by law.
72 122
73 Orthanc 1.8.0 November 2020 ORTHANC(1) 123 Orthanc 1.8.1 December 2020 ORTHANC(1)