Home
last modified time | relevance | path

Searched refs:errorlog (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-extended/lighttpd/lighttpd/
H A Dlighttpd.conf40 server.errorlog = "/www/logs/lighttpd.error.log"
/openbmc/openbmc/poky/bitbake/lib/ply/
H A Dyacc.py3043 debuglog=None, errorlog = None, picklefile=None): argument
3052 if errorlog is None:
3053 errorlog = PlyLogger(sys.stderr)
3063 pinfo = ParserReflect(pdict,log=errorlog)
3087 errorlog.warning("There was a problem loading the table file: %s", repr(e))
3090 errorlog.warning(str(e))
3110 errorlog.warning("no p_error() function is defined")
3121 errorlog.warning("%s",str(e))
3130 errorlog.error("%s",str(e))
3141 errorlog.error(str(e))
[all …]
H A Dlex.py861 …,debug=0,optimize=0,lextab="lextab",reflags=0,nowarn=0,outputdir="", debuglog=None, errorlog=None): argument
869 if errorlog is None:
870 errorlog = PlyLogger(sys.stderr)
886 linfo = LexerReflect(ldict,log=errorlog,reflags=reflags)
978 errorlog.warning("No t_error rule is defined")
984 errorlog.warning("No error rule is defined for exclusive state '%s'", s)
986 errorlog.warning("No ignore rule is defined for exclusive state '%s'", s)
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A Dorganize_distro_discovery.patch470 # write an error that the errorlog location isn't defined.
/openbmc/openbmc-test-automation/lib/
H A Dlogging_utils.robot125 [Documentation] Verify watchdog errorlog content.