Jonkman Microblog
  • Login
Show Navigation
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

Conversation

Notices

  1. musicman (musicman@nu.federati.net)'s status on Tuesday, 14-Jul-2020 18:01:44 EDT musicman musicman
    might be able to get some more logs, but vim/vi don't work very well through docker exec. I have a couple of Tomcat experts on my team that might be able to help with this piece though. ultimately, I don't really know what is failing. There's just a bunch of js on this page and I don't know where it is coming from

    org.apache.catalina.core.ContainerBase.[Catalina].[localhost].level = INFO
    org.apache.catalina.core.ContainerBase.[Catalina].[localhost].handlers = 2localhost.org.apache.juli.AsyncFileHandler

    org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/manager].level = INFO
    org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/manager].handlers = 3manager.org.apache.juli.AsyncFileHandler

    org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/host-manager].level = INFO
    In conversation Tuesday, 14-Jul-2020 18:01:44 EDT from nu.federati.net permalink
    1. lnxw48a1 (lnxw48a1@nu.federati.net)'s status on Tuesday, 14-Jul-2020 18:11:28 EDT lnxw48a1 lnxw48a1
      in reply to
      @musicman CTRL+U should give a view-source of the page. You're probably going to look for "script src="
      In conversation Tuesday, 14-Jul-2020 18:11:28 EDT from nu.federati.net permalink
    2. lnxw48a1 (lnxw48a1@nu.federati.net)'s status on Tuesday, 14-Jul-2020 22:18:56 EDT lnxw48a1 lnxw48a1
      in reply to
      @musicman I'm sure there are more efficient ways to read logs, but I often use either
      A: "grep errorname /path/to/logfile | less"

      when I know what I'm looking for

      or

      B: "tail -n someLargeNumber /path/to/logfile | less"
      (or sometimes "tail -n someLargeNumber /path/to/logfile | head -n someSmallerNumber | less")

      when I'm just wanting to see the most recent someLargeNumber entries or some earlier subset of the most recent someLargeNumber entries.

      But most of the time, there will be at least one script tag that is loading #JavaScript. The src attribute will give a path where that is coming from.
      In conversation Tuesday, 14-Jul-2020 22:18:56 EDT from nu.federati.net permalink
      1. musicman (musicman@nu.federati.net)'s status on Wednesday, 15-Jul-2020 09:21:42 EDT musicman musicman
        in reply to
        yeah, I can read the logs, but the info I want isn't there. I was going to increase the logging level higher than INFO
        In conversation Wednesday, 15-Jul-2020 09:21:42 EDT from nu.federati.net permalink
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

Jonkman Microblog is a social network, courtesy of SOBAC Microcomputer Services. It runs on GNU social, version 1.2.0-beta5, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All Jonkman Microblog content and data are available under the Creative Commons Attribution 3.0 license.

Switch to desktop site layout.