Searched refs:log (Results 1 - 17 of 17) sorted by relevance

/pkg/src/util/log-rotate/
H A Dturn-logs.sh58 for log in $LOGS; do
60 if [[ ! -f $log ]]; then
61 print -u 2 "failed to find log $log, skipping."
64 logfile=$(basename $log)
65 logdir=$(dirname $log)
/pkg/src/util/log-scripts/
H A Dcron.ksh36 export LOG_HOME=$HOME/project/pkg/repo/log-scripts
37 export DATA_HOME=$HOME/project/pkg/data/log
40 # echo "log: Give the SSH agent some keys."
H A Dan_report.py41 # Apache combined log pattern
44 # Agent field log patterns
277 chart_max = max(math.log(chart_max), 1)
292 chart_data += "{0:d}".format(math.log(n) // chart_max * 100)
294 chart_data += ",{0:d}".format(math.log(n) // chart_max * 100)
331 <small>Color intensity linear in log of requests.</small>"""
/pkg/src/modules/server/
H A Ddepot.py278 # log a warning and drive on.
279 cherrypy.log("Skipping indexing; another operation is "
521 # log the error and include the real failure
523 cherrypy.log("Request failed: {0}".format(str(e)))
586 # log the error and include the real failure
588 cherrypy.log("Request failed: {0}".format(str(e)))
605 cherrypy.log("Request failed: {0}".format(e))
633 # log the error and include the real failure
635 cherrypy.log("Request failed: {0}".format(str(e)))
687 cherrypy.log("Reques
[all...]
H A Dface.py82 cherrypy.log("Error encountered while processing "
137 cherrypy.log("Template '{path}' is incompatible with current "
140 cherrypy.log("Ensure that the correct --content-root has been "
H A Dapi.py735 def log(self, msg): member in class:RequestInterface
736 """Instruct the server to log the provided message to its error
739 return cherrypy.log(msg)
H A Drepository.py511 log=self.__index_log,
617 log=self.__index_log,
707 self.log_obj.log(msg=msg, context=context,
719 log=self.__index_log,
769 # Pointless to log incremental updates since a new
855 log=self.__index_log,
1103 log=self.__index_log,
1753 log=self.__index_log,
2823 self.log_obj.log(msg=msg, context=context,
/pkg/src/svc/
H A Dsvc-pkg-mirror53 # to log more output when debugging.
417 typeset LOG=/var/log/pkg/mirror/mirror.$instance.log
458 # otherwise, we only log messages containing pkg5 FMRIs
493 # The following log files are created while this service is running:
495 # /var/log/pkg/mirror/mirror.<instance>.log
496 # This is the top-level log file for the service. This log
500 # /var/log/pk
[all...]
/pkg/src/modules/lint/
H A Dengine.py291 """Creates a lint engine a given pkg.lint.log.LogFormatter.
985 those objects each time we log a message.
997 for log in self.logs:
998 log.advise(action=action, manifest=manifest)
1000 # convenience methods to log lint messages to all loggers
1004 for log in self.logs:
1005 log.debug(message, msgid=msgid,
1010 for log in self.logs:
1011 log.info(message, msgid=msgid,
1016 for log i
[all...]
/pkg/src/util/publish/
H A Dpkglint.py43 import pkg.lint.log as log namespace
123 lint_logger = log.PlainLogFormatter()
/pkg/src/modules/client/
H A Dprintengine.py239 self._logger.log(self._loglevel, line[:-1])
252 self._logger.log(self._loglevel, val)
/pkg/src/tests/cli/
H A Dt_pkg_nasty.py140 self.debug("---- Last 50 depot log entries:")
143 log = open(lp)
144 lines = log.readlines()
147 self.debug("Failed to print log entries")
/pkg/src/modules/
H A Dmanifest.py1215 log=None):
1226 if log is None:
1227 log = lambda x: None
1234 log((_("{fp}:\n{e}").format(
1281 log((_("{fp}:\n{e}").format(
1293 log(_("{fp} contains "
H A Dindexer.py86 progtrack=None, excludes=EmptyI, log=None,
94 self.__log = log
274 """Updates the log of packages which have been installed or
279 already present in an update log.
282 update log. In this case, the new package is simply added
283 to the install update log.
285 update log. In this case, the package is removed from the
286 remove update log. This has the effect of exposing the
289 update log. In this case, the new package is simply added
290 to the removed update log
[all...]
/pkg/src/tests/api/
H A Dt_pkglint.py37 import pkg.lint.log as log namespace
890 # - the default log handler used by the pkglint CLI only marks
2238 class TestLogFormatter(log.LogFormatter):
2239 """Records log messages to a buffer"""
2246 if isinstance(msg, log.LintMessage):
/pkg/src/
H A Dsetup.py54 from distutils import log namespace
141 sysrepo_logs_dir = 'var/log/pkg/sysrepo'
146 depot_logs_dir = 'var/log/pkg/depot'
149 mirror_logs_dir = 'var/log/pkg/mirror'
426 'util/apache2/sysrepo/logs/rewrite.log',
442 'util/apache2/depot/logs/rewrite.log',
545 log.warn("WARNING: skipping pylint checks: "
550 log.warn("WARNING: skipping pylint checks: the "
/pkg/src/util/apache2/depot/
H A Ddepot_index.py709 # Server errors are interesting, so let's log them. In the case
711 # log the full details in the server log.
715 # from the client, but log the original error to the
813 # Raise the level of the access log to make it quiet. For some reason,
814 # setting log.access_file = "" or None doesn't work.
815 application.log.access_log.setLevel(logging.WARNING)

Completed in 66 milliseconds