Searched refs:errorlog (Results 1 – 5 of 5) sorted by relevance
| /openbmc/openbmc/poky/meta/recipes-extended/lighttpd/lighttpd/ |
| H A D | lighttpd.conf | 40 server.errorlog = "/www/logs/lighttpd.error.log"
|
| /openbmc/openbmc/poky/bitbake/lib/ply/ |
| H A D | yacc.py | 3043 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 D | lex.py | 861 …,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 D | organize_distro_discovery.patch | 470 # write an error that the errorlog location isn't defined.
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | logging_utils.robot | 125 [Documentation] Verify watchdog errorlog content.
|