Home
last modified time | relevance | path

Searched refs:logto (Results 1 – 25 of 41) sorted by relevance

12

/dports/math/gap/gap-4.11.0/pkg/anupq-3.2.1/tst/
H A Dmake_anupqeg8 $logto = 0;
13 if (!$logto) {
15 $logto = 1;
/dports/security/snort3/snort3-3.1.19.0/tools/snort2lua/rule_states/
H A Drule_unsupported.cc60 static const std::string logto = "logto"; variable
67 static const ConvertMap logto_api = { logto, unsupported_rule_ctor<&logto, false>};
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/yggdrasil-network/yggdrasil-go/cmd/yggdrasil/
H A Dmain.go193 logto string member
207 logto := flag.String("logto", "stdout", "file path to log to, \"syslog\" or \"stdout\"")
220 logto: *logto,
232 switch args.logto {
240 if logfd, err := os.OpenFile(args.logto, os.O_APPEND|os.O_CREATE|os.O_WRONLY, 0644); err == nil {
/dports/dns/rbldnsd/rbldnsd-0.998/
H A Drbldnsd_util.c524 if ((logto & LOGTO_STDOUT) || in vdslog()
525 (level <= LOG_WARNING && (logto & LOGTO_STDERR))) in vdslog()
527 else if (logto & LOGTO_SYSLOG) in vdslog()
551 if (logto & LOGTO_SYSLOG) { in vdslog()
557 if (logto & (LOGTO_STDERR|LOGTO_STDOUT)) in vdslog()
560 else if (logto & LOGTO_STDOUT) in vdslog()
H A Drbldnsd.c67 int logto; variable
78 if (logto & LOGTO_SYSLOG) { in error()
475 logto = LOGTO_STDERR; in init()
500 logto = LOGTO_STDOUT|LOGTO_STDERR; in init()
515 logto = LOGTO_STDERR|LOGTO_SYSLOG; in init()
516 if (!quickstart && !flog) logto |= LOGTO_STDOUT; in init()
619 logto = LOGTO_SYSLOG; in init()
/dports/mail/razor-agents/razor-agents-2.84/lib/Razor2/Client/
H A DAgent.pm122 my $logto;
124 $logto = 'stdout';
126 $logto = 'syslog';
128 $logto = 'sys-syslog';
130 $logto = "file:$self->{conf}->{logfile}";
136 LogTo => $logto,
/dports/net/yggdrasil/yggdrasil-go-0.3.11/cmd/yggdrasil/
H A Dmain.go144 logto := flag.String("logto", "stdout", "file path to log to, \"syslog\" or \"stdout\"")
193 switch *logto {
201 if logfd, err := os.OpenFile(*logto, os.O_APPEND|os.O_CREATE|os.O_WRONLY, 0644); err == nil {
/dports/www/uwsgi/uwsgi-2.0.20/contrib/upstart/
H A Demperor.conf15 exec $BINPATH --emperor $VASSALS --logto $LOGTO
H A Duwsgi.conf15 …ie-on-term --socket :3033 --uid 1001 --gid 1001 --limit-as 256 -w simple_app --logto $LOGTO -M -p 4
/dports/www/uwsgi/uwsgi-2.0.20/contrib/
H A Dxinetd_uwsgi8 server_args = --chdir /root/uwsgi/ --module welcome --logto /tmp/uwsgi.log
/dports/security/snort/snort-2.9.18/src/output-plugins/
H A Dspo_log_ascii.c214 if(otn_tmp->logto != NULL) in OpenLogFile()
216 SnortSnprintf(log_file, STD_BUF, "%s/%s", snort_conf->log_dir, otn_tmp->logto); in OpenLogFile()
/dports/security/snort/snort-2.9.18/src/
H A Dtreenodes.h72 char *logto; /* log file in which to write packets which member
/dports/www/searx/searx-1.0.0/dockerfiles/
H A Duwsgi.ini33 logto = /var/log/uwsgi/uwsgi.log key
/dports/graphics/flasm/flasm-1.62_1/
H A Dflasm.c57 static char *logto = NULL, *flaplayer = NULL, *flabrowser = NULL, *flatest = NULL; variable
131 if (logto != NULL && firsttime == 1) { in tellUser()
134 logFile = fopen(logto, "ab"); in tellUser()
136 logFile = fopen(logto, "wb"); in tellUser()
139 fprintf(stderr, "Couldn't write to log file %s\nUsing stderr instead\n", logto); in tellUser()
1605 …&logto, &flabrowser, &flaplayer, &flatest, &showoffset, &hexoffset, &boutput, &literalconstants, &… in parseArgs()
H A Dflasm.ini25 #logto = "c:\FlasmErrors.log"
/dports/sysutils/watchmen/watchmen-0.09/
H A Dwatchmen222 my ( %logs, $logto );
225 push @{ $logs{$logto} ||= [] }, [@_] if $logto;
883 $logto = $s;
1022 $logto = undef;
/dports/security/barnyard2/barnyard2-2-1.13/src/
H A Drules.h181 char *logto; /* log file in which to write packets which member
/dports/security/barnyard2-sguil/barnyard2-2-1.13/src/
H A Drules.h181 char *logto; /* log file in which to write packets which member
/dports/www/uwsgi/uwsgi-2.0.20/core/
H A Dinit.c398 logto(uwsgi.daemonize2); in uwsgi_daemonize2()
406 logto(uwsgi.daemonize2); in uwsgi_daemonize2()
H A Dlogging.c242 void logto(char *logfile) { function
333 logto(uwsgi.daemonize);
340 logto(uwsgi.daemonize);
346 logto(uwsgi.logfile);
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/client/
H A Dwe_clients.cpp66 void writeToLog(const char* file, int line, const string& msg, LOG_TYPE logto = LOG_TYPE_INFO) in writeToLog() argument
78 switch (logto) in writeToLog()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/client/
H A Dwe_clients.cpp66 void writeToLog(const char* file, int line, const string& msg, LOG_TYPE logto = LOG_TYPE_INFO) in writeToLog() argument
78 switch (logto) in writeToLog()
/dports/devel/jsonnet/jsonnet-0.17.0/case_studies/micromanage/lib/mmlib/v0.1.2/web/
H A Duwsgi_flask.libsonnet47 logto: '/var/log/uwsgi/uwsgi.log',
/dports/devel/py-jsonnet/jsonnet-0.17.0/case_studies/micromanage/lib/mmlib/v0.1.2/web/
H A Duwsgi_flask.libsonnet47 logto: '/var/log/uwsgi/uwsgi.log',
/dports/net-im/tkabber/tkabber-1.1.2/plugins/chat/
H A Dlogger.tcl689 proc ::logger::convert_subdir_log {t logfrom logto jid dir} {
706 set fd [cdopen $logto a]

12