Searched defs:log (Results 1 - 4 of 4) sorted by relevance

/pkg/src/util/publish/
H A Dpkglint.py43 import pkg.lint.log as log namespace
123 lint_logger = log.PlainLogFormatter()
/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/modules/server/
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)
/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 "

Completed in 68 milliseconds