FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. Tags
    3. log files
    Log in to post
    • All categories
    • danD

      Unsolved Want access to my docker logs

      Q&A
      • docker logs log files • • dan
      4
      0
      Votes
      4
      Posts
      2.8k
      Views

      joshuaJ

      @sullivan

      Thanks for the question. The reason that you are not seeing anything in this view is you need to have a docker logger set up. FusionAuth will write system logs to STDOUT. This output must be picked up by a logger in Docker (which can then be reviewed). By contrast, if you were running FusionAuth in a non-containerized environment, this view would show you current system logs.

      https://docs.docker.com/config/containers/logging/configure/

      Hope this helps!

      Thanks,
      Josh

    • danD

      Is it possible to ship the event log entries in FusionAuth Cloud elsewhere?

      Q&A
      • log files datadog • • dan
      2
      0
      Votes
      2
      Posts
      1.8k
      Views

      danD

      FusionAuth does not have any plugins that directly write to 3rd party services like DataDog.

      But with the API https://fusionauth.io/docs/v1/tech/apis/event-logs you can write an ingester.

    • danD

      Solved Where are my log files?

      Q&A
      • windows fastpath log files • • dan
      2
      0
      Votes
      2
      Posts
      1.7k
      Views

      danD

      Per this issue https://github.com/FusionAuth/fusionauth-issues/issues/673

      "This is because the services are running interactively and the logging is written to to stdout."

      So when you start up your fusionauth instance using startup.bat a cmd window will open up and your logs will be written to that.