plotng icon indicating copy to clipboard operation
plotng copied to clipboard

No logfiles since 0.23 release

Open urufusaru opened this issue 3 years ago • 4 comments

I've trying to see the recent log files, but there are no log files since Version 0.23, the latest is from june 11th. I've tried writing a "/" at the end of the path, but it didn't work. This happened in my both plotting machines. Both running windows.

urufusaru avatar Jun 18 '21 05:06 urufusaru

can you share your config.json file

maded2 avatar Jun 19 '21 21:06 maded2

{ "Fingerprint": "xxx", "FarmerPublicKey": "xxx", "PoolPublicKey": "xxx", "Threads": 16, "Buffers": 13000, "DisableBitField": false, "NumberOfParallelPlots": 3, "TempDirectory": ["D:/TEMP-PLOT/"], "TargetDirectory": ["S:/"], "StaggeringDelay": 1, "ShowPlotLog": true, "DiskSpaceCheck": true, "DelaysBetweenPlot": 0, "MaxActivePlotPerTarget": 0, "MaxActivePlotPerTemp": 3, "MaxActivePlotPerPhase1": 1, "UseTargetForTmp2": false, "BucketSize": 512, "SavePlotLogDir": "D:/LOGS/", "PlotSize": 32, "ChiaRoot": "C:/Users/xxxx/AppData/Local/chia-blockchain/app-1.1.7/resources/app.asar.unpacked/daemon/", "MadMaxPlotter": "C:/Users/xxx/Downloads/madMAx43v3r_chia-plotter_win_v0.0.5/chia_plot.exe" }

I've also tried: "SavePlotLogDir": "D:/LOGS", and "SavePlotLogDir": ["D:/LOGS/"],

urufusaru avatar Jun 20 '21 09:06 urufusaru

do you see any message from the server. If it failed to create the log file, it will print the error message in the server.

maded2 avatar Jun 21 '21 00:06 maded2

This is the opening message in the screen:

C:\Users\xxxx\Downloads\plotng_windows_amd64-0.24>plotng-server -config config.json -port 8585 2021/06/26 10:21:59 New configuration loaded 2021-06-26 10:21:59, 1 Active Plots Plot [] - Running, Phase: NA , Start Time: 2021-06-26 10:21:59, Duration: 00:00:00, Tmp Dir: D:/TEMP-PLOT/, Dst Dir: D:/MAD-MAX/

2021/06/26 10:22:09 New query: GET - / 2021/06/26 10:22:39 New query: GET - / 2021-06-26 10:22:59, 1 Active Plots ] - Running, Phase: 1/4 1%, Start Time: 2021-06-26 10:21:59, Duration: 00:01:00, Tmp Dir: D:/TEMP-PLOT/, Dst Dir: D:/MAD-MAX/ Multi-threaded pipelined Chia k32 plotter - 249c365 Build 0.0.6 for Windows. Check for latest updates: https://stotiks.github.io/chia-plotter/

    Final Directory: D:/MAD-MAX/
    Number of Plots: 1
    Crafting plot 1 out of 1
    Process ID: 9412
    Number of Threads: 4
    Number of Buckets P1:    2^6 (64)
    Number of Buckets P3+P4: 2^6 (64)
    Pool Public Key:   xxx
    Farmer Public Key: xxx
    Working Directory:   D:/TEMP-PLOT/
    Working Directory 2: D:/TEMP-PLOT/
    Plot Name: plot-k32-2021-06-26-10-22-xxx
    [P1] Table 1 took 52.2486 sec

urufusaru avatar Jun 26 '21 08:06 urufusaru