Home
last modified time | relevance | path

Searched refs:log (Results 1 – 25 of 76) sorted by relevance

1234

/curl/tests/
H A Dnegtelnetserver.py42 log = logging.getLogger(__name__) variable
63 log.info("Listening on %s", local_bind)
89 log.debug("Incoming data: %r", data)
176 log.debug("In negotiation (%s)",
181 log.debug("Client is willing")
186 log.debug("Client is unwilling")
190 log.debug("Client can do")
194 log.debug("Client can't do")
230 log.debug("Sending DO %s", option_str)
362 log.exception('Error in telnet server')
[all …]
H A Ddictserver.py44 log = logging.getLogger(__name__) variable
63 log.info("[DICT] Listening on %s", local_bind)
85 log.debug("[DICT] Incoming data: %r", data)
88 log.debug("[DICT] Received verification request from test "
96 log.debug("[DICT] Received normal request")
101 log.debug("[DICT] Responding with %r", response)
105 log.exception("[DICT] IOError hit during request")
179 log.exception('Error running server')
185 log.info("[DICT] Returning %d", rc)
H A Dtestcurl.pl477 print $log $ll;
480 close($log);
717 print $log $_;
720 close($log);
730 open(my $log, ">", "$buildlog") or die;
734 print $log $_;
737 close($log);
764 print $log $_;
767 close($log);
779 print $log $_;
[all …]
H A Dsmbserver.py58 log = logging.getLogger(__name__) variable
151 log.info("[SMB] setting up SMB server on port %s", options.port)
202 log.info("[SMB] Requested share path: %s", path)
285 log.debug("[SMB] SmbError hit: %s", s)
304 log.debug("RootFid present %s!" % path)
324 log.debug("[SMB] Created %s (%d) for storing '%s'",
330 log.debug("[SMB] Verifying server is alive")
352 log.debug("[SMB] Created %s (%d) for storing test '%s'",
361 log.exception("Failed to make test file")
446 log.exception('Error in SMB server')
[all …]
H A D.gitignore21 log
22 log*
H A Druntests.pl2832 if(($log eq "memdump") || ($log eq "core")) {
2835 if((-d "$logdir/$log") || (! -s "$logdir/$log")) {
2838 if(($log =~ /^stdout\d+/) && ($log !~ /^stdout$testnum/)) {
2841 if(($log =~ /^stderr\d+/) && ($log !~ /^stderr$testnum/)) {
2844 if(($log =~ /^upload\d+/) && ($log !~ /^upload$testnum/)) {
2847 if(($log =~ /^curl\d+\.out/) && ($log !~ /^curl$testnum\.out/)) {
2850 if(($log =~ /^test\d+\.txt/) && ($log !~ /^test$testnum\.txt/)) {
2853 if(($log =~ /^file\d+\.txt/) && ($log !~ /^file$testnum\.txt/)) {
2856 if(($log =~ /^netrc\d+/) && ($log !~ /^netrc$testnum/)) {
2859 if(($log =~ /^trace\d+/) && ($log !~ /^trace$testnum/)) {
[all …]
H A Dutil.py33 log = logging.getLogger(__name__) variable
76 log.debug("Parsing file %s", filename)
/curl/tests/http/testenv/
H A Dnghttpx.py39 log = logging.getLogger(__name__) variable
116 log.debug(f'waiting for nghttpx({running.pid}) to exit.')
124 log.error(f'nghttpx({running.pid}), terminate forcefully.')
149 log.debug(f'waiting for nghttpx to stop responding: {r}')
151 log.debug(f"Server still responding after {timeout}")
172 log.debug(f'waiting for nghttpx to become responsive: {r}')
174 log.error(f"Server still not responding after {timeout}")
270 log.debug(f'waiting for nghttpx-fwd to stop responding: {r}')
272 log.debug(f"Server still responding after {timeout}")
285 log.debug(f'waiting for nghttpx-fwd to become responsive: {r}')
[all …]
H A Dvsftpd.py38 log = logging.getLogger(__name__) variable
135 log.debug(f'waiting for vsftpd to stop responding: {r}')
137 log.debug(f"Server still responding after {timeout}")
150 log.debug(f'waiting for vsftpd to become responsive: {r}')
152 log.error(f"Server still not responding after {timeout}")
H A Dcaddy.py38 log = logging.getLogger(__name__) variable
116 log.debug(f'waiting for caddy to stop responding: {r}')
118 log.debug(f"Server still responding after {timeout}")
130 log.error(f"Caddy still not responding after {timeout}")
H A Dhttpd.py41 log = logging.getLogger(__name__) variable
152 log.error(f'failed to start httpd: {r}')
162 log.fatal(f'stopping httpd failed: {r}')
174 log.error(f'failed to reload httpd: {r}')
191 log.debug(f"Server still responding after {timeout}")
203 log.debug(f"Server still not responding after {timeout}")
471 log.error(f"compiling mod_curltest failed: {p.stderr}")
H A Dports.py31 log = logging.getLogger(__name__) variable
/curl/.github/workflows/
H A Dconfigure-vs-cmake.yml47 - name: 'configure log'
48 run: cat bld-am/config.log 2>/dev/null || true
50 - name: 'cmake log'
87 - name: 'configure log'
88 run: cat bld-am/config.log 2>/dev/null || true
90 - name: 'cmake log'
125 - name: 'configure log'
126 run: cat bld-am/config.log 2>/dev/null || true
128 - name: 'cmake log'
H A Dhacktoberfest-accepted.yml43 git log --format=email ${{ github.event.before }}..${{ github.event.after }} | \
44 grep -Ei "^Close[sd]? " | sort | uniq | tee log
49 grep -Eo "#([0-9]+)" log | cut -d# -f2 | sort | uniq | xargs -t -n1 -I{} \
60 grep -Eo "github.com/(.+)/(.+)/pull/([0-9]+)" log | sort | uniq | xargs -t -n1 -I{} \
/curl/scripts/
H A Dcontributors.sh60 git log --pretty=full --use-mailmap "$start..HEAD"
62 git -C "$CURLWWW" log --pretty=full --use-mailmap "$start..HEAD"
H A Dcontrithanks.sh50 git log --use-mailmap "$start..HEAD"
52 git -C "$CURLWWW" log --use-mailmap "$start..HEAD"
/curl/tests/http/
H A Dtest_03_goaway.py36 log = logging.getLogger(__name__) variable
75 log.debug(f'request {idx} connected')
112 log.debug(f'request {idx} connected')
143 log.debug(f'request {idx} connected')
H A Dtest_04_stuttered.py34 log = logging.getLogger(__name__) variable
83 log.warning(f'avg time of transfer: {t_avg} [{i_min}={t_min}, {i_max}={t_max}]')
105 log.warning(f'avg time of transfer: {t_avg} [{i_min}={t_min}, {i_max}={t_max}]')
127 log.warning(f'avg time of transfer: {t_avg} [{i_min}={t_min}, {i_max}={t_max}]')
H A Dtest_12_reuse.py35 log = logging.getLogger(__name__) variable
91 log.info(f'altscv: {open(asfile).readlines()}')
113 log.info(f'altscv: {open(asfile).readlines()}')
135 log.info(f'altscv: {open(asfile).readlines()}')
/curl/tests/data/
H A Dtest118219 %SRCDIR/runtests.pl -o TESTDIR=%LOGDIR/data -o LOGDIR=%LOGDIR/log -E %LOGDIR/test%TESTNUMBER-exclud…
22 mkdir %LOGDIR/data ; mkdir %LOGDIR/log; cp %SRCDIR/data/test1 %LOGDIR/data; echo 'test:1:Test shoul…
/curl/
H A D.gitignore43 config.log
68 tests/ech-log/
/curl/.circleci/
H A Dconfig.yml85 || { tail -1000 config.log; false; }
94 || { tail -1000 config.log; false; }
103 || { tail -1000 config.log; false; }
112 || { tail -1000 config.log; false; }
121 || { tail -1000 config.log; false; }
131 || { tail -1000 config.log; false; }
140 || { tail -1000 config.log; false; }
/curl/tests/http/clients/
H A Dh2-upgrade-extreme.c35 static void log_line_start(FILE *log, const char *idsbuf, curl_infotype type) in log_line_start() argument
45 fprintf(log, "%s%s", idsbuf, s_infotype[type]); in log_line_start()
47 fputs(s_infotype[type], log); in log_line_start()
H A Dupload-pausing.c42 static void log_line_start(FILE *log, const char *idsbuf, curl_infotype type) in log_line_start() argument
52 fprintf(log, "%s%s", idsbuf, s_infotype[type]); in log_line_start()
54 fputs(s_infotype[type], log); in log_line_start()
/curl/docs/libcurl/
H A Dcurl_global_trace.md17 curl_global_trace - log configuration
60 silently ignored, outdated log configurations does not cause errors when
64 Note that log configuration applies only to transfers where debug logging is
148 /* log details of HTTP/2 and SSL handling */
151 /* log all details, except SSL handling */

Completed in 42 milliseconds

1234