You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similarly, in cases of cleaning excessive log files this occurs:
log4net:WARN Cannot RollFile
[/home/ubuntu/AP/Logs/log_20210204T061658Z.1.txt] ->
[/home/ubuntu/AP/Logs/log_20210204T061658Z.2.txt]. Source does not exist
log4net:WARN Cannot RollFile
[/home/ubuntu/AP/Logs/log_20210204T064457Z.txt] ->
[/home/ubuntu/AP/Logs/log_20210204T064457Z.1.txt]. Source does not exist
log4net:ERROR RollingFileAppender: INTERNAL ERROR. Append is False but
OutputFile [/home/ubuntu/AP/Logs/log_20210204T064457Z.txt] already exists.
log4net:WARN Cannot RollFile
[/home/ubuntu/AP/Logs/log_20210204T070022Z.txt] ->
[/home/ubuntu/AP/Logs/log_20210204T070022Z.1.txt]. Source does not exist
l
This might be better solved by ensuring logs are written to outside the install directory by default. Related to #157 ?
Describe the bug
When executing highly parallel workloads conflicts emerge from the log files:
Expected behavior
Automatic file name conflict resolution for log files that start on the same second should occur.
Diagnostics
Instructions
✅ I have followed the instructions for reporting a bug
I have attached a log:
N/A
The operating system I'm using is:
Windows 10 Version 2002
The version of AnalysisPrograms.exe I'm using is:
v20.6.0.208
The data used can be found:
N/A
The command I used:
audio2csv, 16 parallel executions
The config file I used:
Towsey.Acoustic.yml
The text was updated successfully, but these errors were encountered: