Home >Database >Mysql Tutorial >Oracle MSCA(Mobile Supply Chain Application) Debug Log

Oracle MSCA(Mobile Supply Chain Application) Debug Log

WBOY
WBOYOriginal
2016-06-07 17:15:35984browse

Oracle MSCA(Mobile Supply Chain Application) Debug Log

1. 找到mwa.cfg配置文件

In 11i: $MWA_TOP/secure/

In R12: $INST_TOP/admin/install/

2. 设置mwa.cfg

trace level: mwa.LogLevel=TRACE

'mwa.logdir' 为日志输出路径,R12下,mobile日志会写到$INST_TOP/logs下

注:mwa.LogLevel可以设置为: Fatal, Error, Warning, Debug, and Trace.

Fatal只有在出现错误的情况才会记录日志. Trace会打出所有日志。因为性能原因,,一般情况下不要设置logLevel到TRACE

3. 重启mobile Server

4. 业务处理, 在日志目录下就能看到[port].INV.log,[port].system.log

linux

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn