简体   繁体   中英

TALLY - http header DISABLELOG is not disabling http logging

I read the following documentation from Tally:

In order to explicitly control the Logs, the requestor can additionally send a Header DISABLELOG, set to YES, which will disable the current log, irrespective of the Configuration or the Mode in which Tally is running. The default value is NO, ie, in the absence of this Header, the HTTP Information will be logged to the file TallyHTTP.log, if Tally.ERP 9 is working in Developer Mode and HTTP Log is enabled in Configuration.

When I am sending http request (in XML format) to Tally (localhost:9000) with a header DIABLELOG: Yes, Tally is not throwing any error message but continues to log the http request in the Tallyhttp.log file in Tally's directory.

My goal is to carry out data exchange with Tally without the logging of request XMLs. I am testing using ARC google chrome extension.

My http request header is the following:

content-type:
text/xml; charset=utf-8
disablelog: Yes

Could you add a sample XML request that you are making?

I think there could be a case sensitive issue as well.

I would also suggest using ngrok to test your requests and headers to see what is actually being sent and received in detail.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM