php - Default phing log file location? -
i debugging phing-based workflow , wish see errors in detail. (an error being sent standard output when run phing-based migration script, minimal.)
the main file seems prescribing phing behaviors called migrate.xml, , have checked in file mention of string "log" no results. assume phing logging whatever location logs default. far, have looked in /var/log , found no file containing string "phing."
so question this: is there default location phing logs? quick perusal of google , phing documentation has far found nothing, i'd quite happy if turned out missed something, in case maybe question helps else. secondary question if can't answer main question might "how might 1 find place phing sending log output?"
for it's worth, found output related phing in default php.log
file, living in /var/log
directory.
but isn't looking for. phing includes -logfile
option, leads me believe can log more goes php log default.
====
edit: did poking around on weekend, , looks -logfile
argument causes output go stdout instead rerouted file. appears there's no "default log location" phing, beyond goes standard php error log.
a slight consolation: found in addition -verbose
command line argument -- had known -- there's -debug
argument can give additional information. maybe information helps someone.
Comments
Post a Comment