Coder Social home page Coder Social logo

Comments (8)

stonith404 avatar stonith404 commented on September 3, 2024

Can you share the logs?

from pingvin-share.

sassanix avatar sassanix commented on September 3, 2024

Can you share the logs?

I think after it restarted, it created new logs. But nevertheless, I found this.

{"level":"info","ts":1709575721.6371958,"logger":"tls","msg":"cleaning storage unit","storage":"FileStorage:/root/.local/share/caddy"}
{"level":"info","ts":1709575721.6374354,"logger":"tls","msg":"finished cleaning storage units"}
{"level":"warn","ts":1709662121.6359715,"logger":"tls","msg":"storage cleaning happened too recently; skipping for now","storage":"FileStorage:/root/.local/share/caddy","instance":"6c2c190e-2584-454f-a412-ff2833bdce74","try_again":1709748521.6359699,"try_again_in":86399.999999619}
{"level":"info","ts":1709662121.6360884,"logger":"tls","msg":"finished cleaning storage units"}
{"level":"info","ts":1709748521.635804,"logger":"tls","msg":"cleaning storage unit","storage":"FileStorage:/root/.local/share/caddy"}
{"level":"info","ts":1709748521.6360393,"logger":"tls","msg":"finished cleaning storage units"}
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [NestFactory] Starting Nest application...
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [InstanceLoader] PrismaModule dependencies initialized +61ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [InstanceLoader] JwtModule dependencies initialized +5ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [InstanceLoader] JwtModule dependencies initialized +0ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [InstanceLoader] ThrottlerModule dependencies initialized +0ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [InstanceLoader] CacheModule dependencies initialized +0ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [InstanceLoader] DiscoveryModule dependencies initialized +1ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [InstanceLoader] ScheduleModule dependencies initialized +0ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [InstanceLoader] AppModule dependencies initialized +1ms
Connected to the database
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [InstanceLoader] EmailModule dependencies initialized +38ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [InstanceLoader] ClamScanModule dependencies initialized +3ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [InstanceLoader] JobsModule dependencies initialized +2ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [InstanceLoader] ConfigModule dependencies initialized +1ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [InstanceLoader] FileModule dependencies initialized +3ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [InstanceLoader] UserModule dependencies initialized +1ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [InstanceLoader] ReverseShareModule dependencies initialized +10ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [InstanceLoader] AuthModule dependencies initialized +2ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [InstanceLoader] ShareModule dependencies initialized +3ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [InstanceLoader] OAuthModule dependencies initialized +0ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [RoutesResolver] AppController {/api}: +28ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [RouterExplorer] Mapped {/api/health, GET} route +5ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [RoutesResolver] AuthController {/api/auth}: +0ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [RouterExplorer] Mapped {/api/auth/signUp, POST} route +1ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [RouterExplorer] Mapped {/api/auth/signIn, POST} route +0ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [RouterExplorer] Mapped {/api/auth/signIn/totp, POST} route +1ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [RouterExplorer] Mapped {/api/auth/resetPassword/:email, POST} route +1ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [RouterExplorer] Mapped {/api/auth/resetPassword, POST} route +0ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [RouterExplorer] Mapped {/api/auth/password, PATCH} route +1ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [RouterExplorer] Mapped {/api/auth/token, POST} route +1ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [RouterExplorer] Mapped {/api/auth/signOut, POST} route +0ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [RouterExplorer] Mapped {/api/auth/totp/enable, POST} route +1ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [RouterExplorer] Mapped {/api/auth/totp/verify, POST} route +1ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [RouterExplorer] Mapped {/api/auth/totp/disable, POST} route +0ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [RoutesResolver] ShareController {/api/shares}: +0ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [RouterExplorer] Mapped {/api/shares, GET} route +1ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [RouterExplorer] Mapped {/api/shares/:id, GET} route +0ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [RouterExplorer] Mapped {/api/shares/:id/from-owner, GET} route +0ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [RouterExplorer] Mapped {/api/shares/:id/metaData, GET} route +1ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [RouterExplorer] Mapped {/api/shares, POST} route +0ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [RouterExplorer] Mapped {/api/shares/:id/complete, POST} route +0ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [RouterExplorer] Mapped {/api/shares/:id/complete, DELETE} route +1ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [RouterExplorer] Mapped {/api/shares/:id, DELETE} route +0ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [RouterExplorer] Mapped {/api/shares/isShareIdAvailable/:id, GET} route +0ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [RouterExplorer] Mapped {/api/shares/:id/token, POST} route +1ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [RoutesResolver] FileController {/api/shares/:shareId/files}: +0ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [RouterExplorer] Mapped {/api/shares/:shareId/files, POST} route +0ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [RouterExplorer] Mapped {/api/shares/:shareId/files/zip, GET} route +1ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [RouterExplorer] Mapped {/api/shares/:shareId/files/:fileId, GET} route +0ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [RouterExplorer] Mapped {/api/shares/:shareId/files/:fileId, DELETE} route +0ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [RoutesResolver] ReverseShareController {/api/reverseShares}: +0ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [RouterExplorer] Mapped {/api/reverseShares, POST} route +1ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [RouterExplorer] Mapped {/api/reverseShares/:reverseShareToken, GET} route +0ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [RouterExplorer] Mapped {/api/reverseShares, GET} route +1ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [RouterExplorer] Mapped {/api/reverseShares/:reverseShareId, DELETE} route +0ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [RoutesResolver] ConfigController {/api/configs}: +0ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [RouterExplorer] Mapped {/api/configs, GET} route +0ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [RouterExplorer] Mapped {/api/configs/admin/:category, GET} route +1ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [RouterExplorer] Mapped {/api/configs/admin, PATCH} route +0ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [RouterExplorer] Mapped {/api/configs/admin/testEmail, POST} route +0ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [RouterExplorer] Mapped {/api/configs/admin/logo, POST} route +0ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [RoutesResolver] UserController {/api/users}: +1ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [RouterExplorer] Mapped {/api/users/me, GET} route +0ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [RouterExplorer] Mapped {/api/users/me, PATCH} route +0ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [RouterExplorer] Mapped {/api/users/me, DELETE} route +0ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [RouterExplorer] Mapped {/api/users, GET} route +0ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [RouterExplorer] Mapped {/api/users, POST} route +1ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [RouterExplorer] Mapped {/api/users/:id, PATCH} route +0ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [RouterExplorer] Mapped {/api/users/:id, DELETE} route +0ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [RoutesResolver] OAuthController {/api/oauth}: +0ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [RouterExplorer] Mapped {/api/oauth/available, GET} route +1ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [RouterExplorer] Mapped {/api/oauth/status, GET} route +0ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [RouterExplorer] Mapped {/api/oauth/auth/:provider, GET} route +1ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [RouterExplorer] Mapped {/api/oauth/callback/:provider, GET} route +0ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [RouterExplorer] Mapped {/api/oauth/unlink/:provider, POST} route +0ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [NestApplication] Nest application successfully started +25ms
[Nest] 40  - 03/03/2024, 10:08:47 AM     LOG [ClamScanService] ClamAV is not active
[Nest] 40  - 03/03/2024, 11:01:00 AM     LOG [JobsService] Deleted 1 expired refresh tokens
[Nest] 40  - 03/04/2024, 12:00:00 AM     LOG [JobsService] Deleted 0 temporary files
[Nest] 40  - 03/04/2024, 7:01:00 AM     LOG [JobsService] Deleted 1 expired refresh tokens
[Nest] 40  - 03/05/2024, 12:00:00 AM     LOG [JobsService] Deleted 0 temporary files
[Nest] 40  - 03/05/2024, 7:00:00 AM     LOG [JobsService] Deleted 1 expired shares
[Nest] 40  - 03/06/2024, 12:00:00 AM     LOG [JobsService] Deleted 0 temporary files

from pingvin-share.

stonith404 avatar stonith404 commented on September 3, 2024

Thanks and sorry for my late reply. Yeah it looks like the logs got cleared. Would you mind to reproduce the bug again and check the logs again? The logs shouldn't get cleared if you restart the container with docker compose restart.

from pingvin-share.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.