XML logging only logs the beginning

Advertisement

rs2rmicallef
Joined:
Posts:
4

XML logging only logs the beginning

We have been using the XML log instead of the session log for years now. We use the XML because it is easier to parse.

It is log to a file: C:/path/!S!D!M!Y!T.xml

In the past it would log perfectly all the activity. Suddenly with no changes it would create the log file but only log the beginning and nothing else:

<?xml version="1.0" encoding="UTF-8"?>
<session start="2016-05-17T08:14:11:358Z" name="SFTP" xmlns="https://winscp.net/schema/session/1.0"> </session>

Those are the only 2 lines it would save. This started last Friday. And this does not happen on every user. I compared the INI files of the settings between the user that works and doesn't and the logging section is almost the same.

The INI of the user that cannot log has these different:
LogFileName=%25TEMP%25%5C!S.log
LogWindowParams=-1;-1;500;400;0;96

The working user:
LogFileName=C:%5CUsers%5CUsername%5CDocuments%5C!S.log
LogWindowParams=-1;-1;500;400

I tried changing the entries but it still wouldn't work. I even tried removing the INI and starting fresh. I changed the setting to log to XML again, but it still wouldn't work.

Any ideas please?

Reply with quote

Advertisement

rs2rmicallef
Joined:
Posts:
4

Still stuck but I have some more details. This started last Friday. It is affecting at least 2 WinSCP installations on 2 different machines connecting to 2 different SFTP servers using different users.

If file are manipulated remotely, the program logs this. Commands like mkdir, rm and mv are logged.

Download and upload is not logged.

This does not affect 1 user. I exported the configuration of the problem user and working user and they are the same.

Can you help please?

I'm using the latest 5.7.7 version.

Reply with quote

martin
Site Admin
martin avatar
Joined:
Posts:
40,476
Location:
Prague, Czechia

Re: XML logging only logs the beginning

Please enable both session logging and XML logging and attach both logs. Ideally from both the user that have and don't have the problem.

Reply with quote

rs2rmicallef
Joined:
Posts:
4

Hi Martin. First of all thanks for the program. After comparing almost every line in the config I now know what caused it.

XML logging doesn't work well if these options are ticked:
Transfer > Background > Transfer on background by default
Transfer > Background > Transfer each file individually on background by default

In the config these are:
[Configuration\Interface\CopyParam]
Queue=
QueueIndividually=

So with these options enabled, the XML log will log rm, mv, mkdir etc.. but not upload and download.

Would you classify this as a bug or is this known?

Thanks.

Reply with quote

Advertisement

Advertisement

You can post new topics in this forum